From b8ac8b77102a77d4292ab6602da289ff54c4417e Mon Sep 17 00:00:00 2001 From: Shish Date: Thu, 9 Feb 2012 15:00:15 +0000 Subject: [PATCH] syntax --- lib/shimmie.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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; } });