This commit is contained in:
Shish
2012-03-11 15:49:25 +00:00
parent 6c459c8323
commit 071b783f56
3 changed files with 22 additions and 20 deletions

View File

@ -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);