forked from Cavemanon/cavepaintings
forms
This commit is contained in:
@ -77,8 +77,8 @@ $(document).ready(function() {
|
||||
});
|
||||
|
||||
$(".shm-unlocker").each(function(idx, elm) {
|
||||
var tid = $(elm).data("unlock-id");
|
||||
var tob = $("#"+tid);
|
||||
var tid = $(elm).data("unlock-sel");
|
||||
var tob = $(tid);
|
||||
$(elm).click(function(e) {
|
||||
$(elm).attr("disabled", true);
|
||||
tob.attr("disabled", false);
|
||||
|
Reference in New Issue
Block a user