(trunk web) #4993 "Add Set Location on WebUI" -- use luizpaulo's patch to implement this

This commit is contained in:
Jordan Lee
2012-08-18 15:46:22 +00:00
parent 4f4529ae09
commit b150f1158e
7 changed files with 82 additions and 4 deletions

View File

@@ -103,6 +103,7 @@ Dialog.prototype = {
setTextContent(this._cancel_button[0], cancel_button_label);
// Just in case
$('#upload_container').hide();
$('#move_container').hide();
$('body').addClass('dialog_showing');
transmission.updateButtonStates();
if (isMobileDevice)