소스 검색

change instapaper comment

pull/1/head
10sr 12 년 전
부모
커밋
495ff3710f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      _keysnail.js

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

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


불러오는 중...
취소
저장