|
|
@ -48,6 +48,7 @@ define([
|
|
|
|
$hist.addClass('cp-smallpatch');
|
|
|
|
$hist.addClass('cp-smallpatch');
|
|
|
|
$hist.addClass('cp-history-oo');
|
|
|
|
$hist.addClass('cp-history-oo');
|
|
|
|
var $bottom = $toolbar.find('.cp-toolbar-bottom');
|
|
|
|
var $bottom = $toolbar.find('.cp-toolbar-bottom');
|
|
|
|
|
|
|
|
var Messages = common.Messages;
|
|
|
|
|
|
|
|
|
|
|
|
var getVersion = function () {
|
|
|
|
var getVersion = function () {
|
|
|
|
var major = sortedCp.length - cpIndex;
|
|
|
|
var major = sortedCp.length - cpIndex;
|
|
|
@ -137,8 +138,6 @@ define([
|
|
|
|
|
|
|
|
|
|
|
|
config.setHistory(true);
|
|
|
|
config.setHistory(true);
|
|
|
|
|
|
|
|
|
|
|
|
var Messages = common.Messages;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$hist.html('').css('display', 'flex');
|
|
|
|
$hist.html('').css('display', 'flex');
|
|
|
|
$bottom.hide();
|
|
|
|
$bottom.hide();
|
|
|
|
|
|
|
|
|
|
|
|