Skip to content

Instantly share code, notes, and snippets.

@marufsiddiqui
Created May 27, 2013 10:33
Show Gist options
  • Save marufsiddiqui/5656397 to your computer and use it in GitHub Desktop.
Save marufsiddiqui/5656397 to your computer and use it in GitHub Desktop.
Sample remove lock
var removeLock = function (mod) {
var $mod = getModByID(mod);
$mod
.find('.module-not-editable').remove().end()
.removeClass('not-editable');
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment