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; }