diff --git a/_keysnail.js b/_keysnail.js index d8be111..e80faa0 100644 --- a/_keysnail.js +++ b/_keysnail.js @@ -153,7 +153,7 @@ local["^http://www.tumblr.com/dashboard"] = [ plugins.options["instapaper.close_after_post"] = true; plugins.options["instapaper.initial_comment_function"] = function(){ var now = new Date(); - return "[" + now.toLocaleString() + "]"; + return "[" + now.toString() + "]"; }; //////////////////////////////////////////