Changeset 33178 for lang/javascript/userscripts/reblogcommand.user.js
- Timestamp:
- 05/09/09 09:49:52 (10 months ago)
- Files:
-
- 1 modified
-
lang/javascript/userscripts/reblogcommand.user.js (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/javascript/userscripts/reblogcommand.user.js
r33176 r33178 95 95 var arr = []; 96 96 for (var param in params) { 97 if (param != "preview_post" && param != "send_to_twitter") {97 if (param != "preview_post" && param != "send_to_twitter") { 98 98 arr.push(encodeURIComponent(param)); 99 99 arr.push("="); … … 173 173 command: function() { 174 174 var target_cmd = getTargetCommand(); 175 var clear_pin = '';175 var clear_pin = ''; 176 176 if (isLdrOrFldrURL(window.location.href)) { 177 177 if (!window.Minibuffer.execute('pinned-or-current-link').filter(isTumblrUserURL).length) { … … 242 242 }); 243 243 }; 244 if ( document.body.id == 'tinymce')244 if (document.body.id == 'tinymce') 245 245 return; 246 246
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)