mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00: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