X-Git-Url: http://git.euphorik.ch/?p=euphorik.git;a=blobdiff_plain;f=js%2Ffragment.js;h=4ffbf8fc3ad063c57d659527bc0aa22c10829515;hp=23f22d0ca57a771da8a984ee5cb3628a87780015;hb=20a70fc1818d9a4a369c53a7b4ba02519e7b98a6;hpb=d5d1945e199af296bdec6267eea99e577bb97c3e 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); } };