From 37c924896ac515e9a94defc89d67cb4f36e88ed0 Mon Sep 17 00:00:00 2001 From: Huarong Chen Date: Wed, 25 Dec 2013 23:43:49 +0800 Subject: [PATCH] =?UTF-8?q?233=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/workspace.xml | 2 +- urlhandler/adminpage/static/js/activity_detail.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 76e509e..5a3f990 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -21,7 +21,7 @@ - + diff --git a/urlhandler/adminpage/static/js/activity_detail.js b/urlhandler/adminpage/static/js/activity_detail.js index e266916..dad6c17 100644 --- a/urlhandler/adminpage/static/js/activity_detail.js +++ b/urlhandler/adminpage/static/js/activity_detail.js @@ -498,4 +498,4 @@ $('#activity-form').submit(function() { return false; }); -$('.form-control').on('focus', function() {var me = $(this); setInterval(function(){me.select();})}); \ No newline at end of file +$('.form-control').on('focus', function() {var me = $(this); setTimeout(function(){me.select();}, 100)}); \ No newline at end of file