* Fix bug #18520.
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user