This commit is contained in:
tianshujie
2022-01-18 16:01:25 +08:00
parent 236ffe6056
commit daf29be42b
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -299,6 +299,7 @@ function findDropColumns($element, $root)
{
if(!colRules) return false;
if(colRules === true) return true;
if($.cookie('isFullScreen') == 1) return false;
var $newCol = $(this);
var newCol = $newCol.data();
+1
View File
@@ -499,6 +499,7 @@ function findDropColumns($element, $root)
{
if(!colRules) return false;
if(colRules === true) return true;
if($.cookie('isFullScreen') == 1) return false;
var $newCol = $(this);
var newCol = $newCol.data();