aboutsummaryrefslogtreecommitdiffstats
path: root/direct_bookmark.js
diff options
context:
space:
mode:
Diffstat (limited to 'direct_bookmark.js')
-rw-r--r--direct_bookmark.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/direct_bookmark.js b/direct_bookmark.js
index 7ebbd71..05e955a 100644
--- a/direct_bookmark.js
+++ b/direct_bookmark.js
@@ -459,7 +459,7 @@ for Migemo search: require XUL/Migemo Extension
rate = (RegExp.lastMatch.length > starFullRate)? starFullRate : RegExp.lastMatch.length;
}
var request_url = 'http://api.clip.livedoor.com/v1/posts/add?' + [
- ['url', url], ['description', title], ['extended', comment], ['rate', rate], ['tags', tags.join(' ')]
+ ['url', url], ['description', title], ['extended', comment], ['rate', rate], ['tags', tags.join(' ')], ['cache', (new Date()).getTime()]
].map(function(p) p[0] + '=' + encodeURIComponent(p[1])).join('&');
return Deferred.http({
method: "get",