Browse Source

change instapaper comment

pull/1/head
10sr 12 years ago
parent
commit
495ff3710f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      _keysnail.js

+ 1
- 1
_keysnail.js View File

@@ -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() + "]";
};

//////////////////////////////////////////


Loading…
Cancel
Save