mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 00:24:21 +02:00
removing playing-revert class when gridster is disabled
This commit is contained in:
@@ -109,6 +109,7 @@
|
||||
* @return {Class} Returns the instance of the Gridster Class.
|
||||
*/
|
||||
fn.disable = function(){
|
||||
this.$wrapper.find('.player-revert').removeClass('player-revert');
|
||||
this.drag_api.disable();
|
||||
return this;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user