From 104580ff4ef0feb21e975a865fbc299582656c17 Mon Sep 17 00:00:00 2001 From: hamza zia Date: Sat, 25 Aug 2012 01:44:34 +0800 Subject: [PATCH] updated the default host placeholder --- js/script.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/js/script.js b/js/script.js index b7a71e5..718ce46 100755 --- a/js/script.js +++ b/js/script.js @@ -39,6 +39,8 @@ var get_conf_cookie = function() { } var custom_aria2_connect = function() { clear_dialogs(); + $("#input_host").attr("placeholder", server_conf.host); + $("#input_port").attr("placeholder", server_conf.port); modals.change_conf.modal('show'); }; var update_server_conf = function() {