This commit is contained in:
Shish 2012-02-09 15:00:15 +00:00
parent 339f2b0497
commit b8ac8b7710

View File

@ -28,7 +28,6 @@ $(document).ready(function() {
$("time").timeago();
$('.search_input').DefaultValue('Search');
$('.autocomplete_tags').autocomplete(base_href + '/api/internal/tag_list/complete', {
width: 320,
max: 15,
@ -45,9 +44,9 @@ $(document).ready(function() {
if(document.location.hash.length > 3) {
query = document.location.hash.substring(1);
a = document.getElementById(\"prevlink\");
a = document.getElementById("prevlink");
a.href = a.href + '?' + query;
a = document.getElementById(\"nextlink\");
a = document.getElementById("nextlink");
a.href = a.href + '?' + query;
}
});