Skip to content

Commit 21223d9

Browse files
committed
1.9.0 - Removal of JQuery Cookie
1 parent 4b60746 commit 21223d9

7 files changed

+20
-15
lines changed

demos/js/jquery.layout_and_plugins.js

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/**
22
* @preserve
3-
* jquery.layout 1.8.4
4-
* $Date: 2019-06-18 $
5-
* $Rev: 1.8.2 $
3+
* jquery.layout 1.8.5
4+
* $Date: 2020-08-22 $
5+
* $Rev: 1.8.5 $
66
*
77
* Copyright (c) 2014 Kevin Dalman (http://jquery-dev.com)
88
* Based on work by Fabrizio Balliano (http://www.fabrizioballiano.net)
@@ -791,6 +791,7 @@
791791
, autoResize: true // IF size is 'auto' or a percentage, then recalc 'pixel size' whenever the layout resizes
792792
, autoReopen: true // IF a pane was auto-closed due to noRoom, reopen it when there is room? False = leave it closed
793793
, resizerDragOpacity: 1 // option for ui.draggable
794+
, draggableIframeFix: false //use the jquery ui 1.11.1 ifame fix for draggable elements
794795
//, resizerCursor: "" // MUST be pane-specific - cursor when over resizer-bar
795796
, maskContents: false // true = add DIV-mask over-or-inside this pane so can 'drag' over IFRAMES
796797
, maskObjects: false // true = add IFRAME-mask over-or-inside this pane to cover objects/applets - content-mask will overlay this mask
@@ -2786,7 +2787,7 @@
27862787
, helper: "clone"
27872788
, opacity: o.resizerDragOpacity
27882789
, addClasses: false // avoid ui-state-disabled class when disabled
2789-
//, iframeFix: o.draggableIframeFix // TODO: consider using when bug is fixed
2790+
, iframeFix: o.draggableIframeFix
27902791
, zIndex: z.resizer_drag
27912792

27922793
, start: function (e, ui) {
@@ -5432,7 +5433,7 @@
54325433
* http://www.gnu.org/licenses/gpl.html
54335434
*
54345435
*/
5435-
jQuery.cookie = function (name, value, options) {
5436+
/*jQuery.cookie = function (name, value, options) {
54365437
if (typeof value != 'undefined') { // name and value given, set cookie
54375438
options = options || {};
54385439
if (value === null) {
@@ -5474,6 +5475,8 @@
54745475
return cookieValue;
54755476
}
54765477
};
5478+
*/
5479+
54775480

54785481

54795482
/**

demos/js/jquery.layout_and_plugins.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/jquery.layout_and_plugins.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -913,12 +913,12 @@
913913
// layout/global options - NOT pane-options
914914
layout: ("name,instanceKey,stateManagement,effects,inset,zIndexes,errors,"
915915
+ "zIndex,scrollToBookmarkOnLoad,showErrorMessages,maskPanesEarly,"
916-
+ "outset,resizeWithWindow,resizeWithWindowDelay,resizeWithWindowMaxDelay,iframeFix,"
916+
+ "outset,resizeWithWindow,resizeWithWindowDelay,resizeWithWindowMaxDelay,"
917917
+ "onresizeall,onresizeall_start,onresizeall_end,onload,onload_start,onload_end,onunload,onunload_start,onunload_end").split(",")
918918
// borderPanes: [ ALL options that are NOT specified as 'layout' ]
919919
// default.panes options that apply to the center-pane (most options apply _only_ to border-panes)
920920
, center: ("paneClass,contentSelector,contentIgnoreSelector,findNestedContent,applyDemoStyles,triggerEventsOnLoad,"
921-
+ "showOverflowOnHover,maskContents,maskObjects,liveContentResizing,iframeFix,"
921+
+ "showOverflowOnHover,maskContents,maskObjects,liveContentResizing,"
922922
+ "containerSelector,children,initChildren,resizeChildren,destroyChildren,"
923923
+ "onresize,onresize_start,onresize_end,onsizecontent,onsizecontent_start,onsizecontent_end").split(",")
924924
// options that MUST be specifically set 'per-pane' - CANNOT set in the panes (defaults) key
@@ -5433,7 +5433,7 @@
54335433
* http://www.gnu.org/licenses/gpl.html
54345434
*
54355435
*/
5436-
jQuery.cookie = function (name, value, options) {
5436+
/*jQuery.cookie = function (name, value, options) {
54375437
if (typeof value != 'undefined') { // name and value given, set cookie
54385438
options = options || {};
54395439
if (value === null) {
@@ -5475,6 +5475,8 @@
54755475
return cookieValue;
54765476
}
54775477
};
5478+
*/
5479+
54785480

54795481

54805482
/**

dist/jquery.layout_and_plugins.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "layout-jquery3",
33
"title": "UI Layout",
44
"description": "Create advanced UI layouts with sizable, collapsible, nested panels and tons of options. Layout can create any UI look you want; from simple headers or sidebars to a complex application with toolbars, menus, help-panels, status bars, sub-forms, etc. Integrates with and enhances other UI widgets, like tabs, accordions and dialogs, to create rich interfaces.",
5-
"version": "1.8.4",
6-
"main": "dist/jquery.layout_and_plugins.js",
5+
"version": "1.8.5",
6+
"main": "dist/jquery.layout_and_plugins.min.js",
77
"keywords": [
88
"ui",
99
"layout"

source/stable/jquery.layout_and_plugins.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5433,7 +5433,7 @@
54335433
* http://www.gnu.org/licenses/gpl.html
54345434
*
54355435
*/
5436-
jQuery.cookie = function (name, value, options) {
5436+
/*jQuery.cookie = function (name, value, options) {
54375437
if (typeof value != 'undefined') { // name and value given, set cookie
54385438
options = options || {};
54395439
if (value === null) {
@@ -5475,7 +5475,7 @@
54755475
return cookieValue;
54765476
}
54775477
};
5478-
5478+
*/
54795479

54805480
/**
54815481
* @preserve jquery.layout.state 1.0

source/stable/jquery.layout_and_plugins.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)