From f0a50649d1d13a986aa6253ff63bd294a33015b4 Mon Sep 17 00:00:00 2001 From: vieron Date: Mon, 23 Jul 2012 15:14:53 +0200 Subject: [PATCH] removing playing-revert class when gridster is disabled --- src/jquery.gridster.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/jquery.gridster.js b/src/jquery.gridster.js index e481b642ef..1d07addd63 100644 --- a/src/jquery.gridster.js +++ b/src/jquery.gridster.js @@ -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; }