X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=js%2Ffragment.js;h=4ffbf8fc3ad063c57d659527bc0aa22c10829515;hb=75cd78e0253509fad9c3cbfadda4a1c193c2b6e0;hp=23f22d0ca57a771da8a984ee5cb3628a87780015;hpb=d5d1945e199af296bdec6267eea99e577bb97c3e;p=euphorik.git diff --git a/js/fragment.js b/js/fragment.js index 23f22d0..4ffbf8f 100644 --- a/js/fragment.js +++ b/js/fragment.js @@ -25,7 +25,7 @@ Fragment = function() { var replaceHtmlCode = function(str) { return str.replace(/%(\d\d)/g, function(text, code) { return String.fromCharCode(parseInt(code, 16)); - }) + }); }; this.fragments = {}; if (!window.location.hash) { @@ -38,7 +38,6 @@ Fragment = function() { thisFragment.fragments[tuple[0]] = JSON.parse(tuple[1]); }); } catch(error) { - alert(error) ;; console.log(error); } };