need a tiny bit of jquery UI for flashing...

This commit is contained in:
Shish 2013-05-18 15:30:00 +01:00
parent b562de3e94
commit 51ab897655
2 changed files with 7 additions and 0 deletions

6
lib/jquery.ui-1.10.3.custom.min.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -31,6 +31,7 @@ $(document).ready(function() {
$(elm).attr("href", target_id);
// highlight it when clicked
$(elm).click(function(e) {
// This needs jQuery UI
$(target_id).effect('highlight', {}, 5000);
});
// vanilla target name should already be in the URL tag, but this