Skip to content

Commit

Permalink
233…
Browse files Browse the repository at this point in the history
  • Loading branch information
Epsirom committed Dec 25, 2013
1 parent fc83bb3 commit 37c9248
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion urlhandler/adminpage/static/js/activity_detail.js
Original file line number Diff line number Diff line change
Expand Up @@ -498,4 +498,4 @@ $('#activity-form').submit(function() {
return false;
});

$('.form-control').on('focus', function() {var me = $(this); setInterval(function(){me.select();})});
$('.form-control').on('focus', function() {var me = $(this); setTimeout(function(){me.select();}, 100)});

0 comments on commit 37c9248

Please sign in to comment.