mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-27 16:08:55 +02:00
updated dist
This commit is contained in:
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
||||
/*! gridster.js - v0.1.0 - 2012-08-06
|
||||
/*! gridster.js - v0.1.0 - 2012-08-07
|
||||
* http://gridster.net/
|
||||
* Copyright (c) 2012 ducksboard; Licensed MIT */
|
||||
|
||||
|
||||
Vendored
+7
-6
@@ -1,4 +1,4 @@
|
||||
/*! gridster.js - v0.1.0 - 2012-08-06
|
||||
/*! gridster.js - v0.1.0 - 2012-08-07
|
||||
* http://gridster.net/
|
||||
* Copyright (c) 2012 ducksboard; Licensed MIT */
|
||||
|
||||
@@ -524,7 +524,8 @@
|
||||
return;
|
||||
}
|
||||
|
||||
if (node === 'INPUT' || node === 'TEXTAREA' || node === 'SELECT') {
|
||||
if (node === 'INPUT' || node === 'TEXTAREA' || node === 'SELECT' ||
|
||||
node === 'BUTTON') {
|
||||
return;
|
||||
};
|
||||
|
||||
@@ -782,7 +783,7 @@
|
||||
|
||||
|
||||
/**
|
||||
* Disable dragging.
|
||||
* Disables dragging.
|
||||
*
|
||||
* @method disable
|
||||
* @return {Class} Returns the instance of the Gridster Class.
|
||||
@@ -795,7 +796,7 @@
|
||||
|
||||
|
||||
/**
|
||||
* Enable dragging.
|
||||
* Enables dragging.
|
||||
*
|
||||
* @method enable
|
||||
* @return {Class} Returns the instance of the Gridster Class.
|
||||
@@ -2327,8 +2328,8 @@
|
||||
* @method can_move_to
|
||||
* @param {Object} widget_grid_data The grid coords object that represents
|
||||
* the widget.
|
||||
* @param {Object} The col target col.
|
||||
* @param {Object} The row target row.
|
||||
* @param {Object} col The col to check.
|
||||
* @param {Object} row The row to check.
|
||||
* @return {Boolean} Returns true if all cells are empty, else return false.
|
||||
*/
|
||||
fn.can_move_to = function(widget_grid_data, col, row) {
|
||||
|
||||
Vendored
+1
-1
@@ -1,3 +1,3 @@
|
||||
/*! gridster.js - v0.1.0 - 2012-08-06
|
||||
/*! gridster.js - v0.1.0 - 2012-08-07
|
||||
* http://gridster.net/
|
||||
* Copyright (c) 2012 ducksboard; Licensed MIT */.gridster{position:relative}.gridster>*{margin:0 auto;-webkit-transition:height .4s;-moz-transition:height .4s;-o-transition:height .4s;-ms-transition:height .4s;transition:height .4s}.gridster .gs_w{z-index:2;position:absolute}.ready .gs_w:not(.preview-holder){-webkit-transition:opacity .3s,left .3s,top .3s;-moz-transition:opacity .3s,left .3s,top .3s;-o-transition:opacity .3s,left .3s,top .3s;transition:opacity .3s,left .3s,top .3s}.gridster .preview-holder{z-index:1;position:absolute;background-color:#fff;border-color:#fff;opacity:.3}.gridster .player-revert{z-index:10!important;-webkit-transition:left .3s,top .3s!important;-moz-transition:left .3s,top .3s!important;-o-transition:left .3s,top .3s!important;transition:left .3s,top .3s!important}.gridster .dragging{z-index:10!important;-webkit-transition:all 0s!important;-moz-transition:all 0s!important;-o-transition:all 0s!important;transition:all 0s!important}
|
||||
Vendored
+2
-2
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user