diff --git a/lib/shimmie.js b/lib/shimmie.js index 961d4947..c063ffe1 100644 --- a/lib/shimmie.js +++ b/lib/shimmie.js @@ -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; } });