Skip to content

Commit 5a6ce49

Browse files
committed
debug: do not select URL input on click
1 parent 164cf6f commit 5a6ce49

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

static/js/debug.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -463,10 +463,6 @@ $(document).ready(function(){
463463

464464
processUrl();
465465

466-
$('.s-uri').click(function() {
467-
$(this).select();
468-
})
469-
470466
$('[type="checkbox"]').change(function() {
471467
$('form').submit();
472468
});

0 commit comments

Comments
 (0)