mirror of
https://github.com/zombieFox/nightTab.git
synced 2024-11-30 03:54:15 +01:00
[refactor] improve link add page lock order
This commit is contained in:
parent
560298322a
commit
00c4269a39
@ -1361,8 +1361,8 @@ var link = (function() {
|
||||
pagelock.unlock();
|
||||
}
|
||||
});
|
||||
stagedLink.position.destination.item = helper.e(".link-form-position").selectedIndex;
|
||||
pagelock.lock();
|
||||
stagedLink.position.destination.item = helper.e(".link-form-position").selectedIndex;
|
||||
},
|
||||
close: function() {
|
||||
mod.add.item.close();
|
||||
@ -1409,8 +1409,8 @@ var link = (function() {
|
||||
pagelock.unlock();
|
||||
}
|
||||
});
|
||||
stagedGroup.position.destination = helper.e(".group-form-position").selectedIndex;
|
||||
pagelock.lock();
|
||||
stagedGroup.position.destination = helper.e(".group-form-position").selectedIndex;
|
||||
},
|
||||
close: function() {
|
||||
mod.add.group.close();
|
||||
|
Loading…
Reference in New Issue
Block a user