Changeset 1148
- Timestamp:
- 06/25/08 12:56:40 (2 months ago)
- Files:
-
- bbcode-buttons/trunk/BBcode-buttons.js (modified) (1 diff)
- bbcode-buttons/trunk/BBcode-buttons.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
bbcode-buttons/trunk/BBcode-buttons.js
r1144 r1148 170 170 var myValue = prompt('Enter the URL of the image', 'http://'); 171 171 if (myValue) { 172 myValue = '[img ='+ myValue+']';172 myValue = '[img]'+ myValue+'[/img]'; 173 173 edInsertContent(myValue); 174 174 } bbcode-buttons/trunk/BBcode-buttons.php
r1144 r1148 6 6 Author: _ck_ 7 7 Author URI: http://bbShowcase.org 8 Version: 0.0. 28 Version: 0.0.3 9 9 10 10 License: CC-GNU-GPL http://creativecommons.org/licenses/GPL/2.0/ … … 33 33 BBcodeButtons.push(new BBcodeButton('ed_close','close','','','c',' ','auto-close any tags you left open')); 34 34 }</scr"."ipt> 35 <scr"."ipt src='" .bb_get_option('uri').str_replace(array(".php",BBPATH),array(".js",""),__FILE__)."?0.0. 2' type='text/javascript' defer='defer'></scr"."ipt>";35 <scr"."ipt src='" .bb_get_option('uri').str_replace(array(".php",BBPATH),array(".js",""),__FILE__)."?0.0.3' type='text/javascript' defer='defer'></scr"."ipt>"; 36 36 } 37 37 } add_action('bb_foot', 'bbcode_buttons');
