From 9e4e7d1980baa5e3150c7c16518cbf9d844b0b76 Mon Sep 17 00:00:00 2001 From: Nikita Vasilyev Date: Sun, 31 Oct 2010 08:59:04 +0300 Subject: [PATCH] Delete trailing spaces. --- scripts/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/script.js b/scripts/script.js index 5176404..ab1f78d 100755 --- a/scripts/script.js +++ b/scripts/script.js @@ -32,7 +32,7 @@ $(function() { return; } e.preventDefault(); - if( !target.length ) return; + if( !target.length ) return; else document.location.hash = '#' + target.attr( 'id' ); }