Skip to content
This repository has been archived by the owner on Dec 8, 2021. It is now read-only.

Commit

Permalink
submit it! link is not being updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiocharpineljr committed Aug 20, 2012
1 parent b2b1bcf commit 5f11a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ispdb/templates/config/intro.html
Expand Up @@ -43,7 +43,7 @@
}
if (isFilterValid(filter)) {
if (count == 0) {
$("#submit").attr('href', 'add/' + filter);
$("#submit").find('a:first').attr('href', 'add/' + filter);
$("#submit").show();
} else {
$("#submit").hide();
Expand Down

0 comments on commit 5f11a47

Please sign in to comment.