Skip to content

Commit 0043f54

Browse files
committed
delayed response
1 parent 74b2e33 commit 0043f54

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

www/assets/javascripts/application.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ var QuickNav = Backbone.Router.extend({
6666
window.setTimeout(function(){
6767
$selected.removeClass("from").removeClass("to").removeClass("selected");
6868
app._openLocation($from, $to);
69-
}, 500);
69+
}, 1000);
7070
};
7171
});
7272
},

0 commit comments

Comments
 (0)