mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 10:38:45 +02:00
jQuery 3: patched layout library
SVN:trunk[5964]
This commit is contained in:
@@ -1802,7 +1802,7 @@ $.fn.layout = function (opts) {
|
||||
, $parent, n
|
||||
;
|
||||
// sC = state.container
|
||||
sC.selector = $N.selector.split(".slice")[0];
|
||||
//sC.selector = $N.selector.split(".slice")[0];
|
||||
sC.ref = (o.name ? o.name +' layout / ' : '') + tag + (id ? "#"+id : cls ? '.['+cls+']' : ''); // used in messages
|
||||
sC.isBody = (tag === "BODY");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user