syntax
This commit is contained in:
parent
339f2b0497
commit
b8ac8b7710
@ -28,7 +28,6 @@ $(document).ready(function() {
|
|||||||
|
|
||||||
$("time").timeago();
|
$("time").timeago();
|
||||||
|
|
||||||
$('.search_input').DefaultValue('Search');
|
|
||||||
$('.autocomplete_tags').autocomplete(base_href + '/api/internal/tag_list/complete', {
|
$('.autocomplete_tags').autocomplete(base_href + '/api/internal/tag_list/complete', {
|
||||||
width: 320,
|
width: 320,
|
||||||
max: 15,
|
max: 15,
|
||||||
@ -45,9 +44,9 @@ $(document).ready(function() {
|
|||||||
|
|
||||||
if(document.location.hash.length > 3) {
|
if(document.location.hash.length > 3) {
|
||||||
query = document.location.hash.substring(1);
|
query = document.location.hash.substring(1);
|
||||||
a = document.getElementById(\"prevlink\");
|
a = document.getElementById("prevlink");
|
||||||
a.href = a.href + '?' + query;
|
a.href = a.href + '?' + query;
|
||||||
a = document.getElementById(\"nextlink\");
|
a = document.getElementById("nextlink");
|
||||||
a.href = a.href + '?' + query;
|
a.href = a.href + '?' + query;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user