Changeset 1148

Show
Ignore:
Timestamp:
06/25/08 12:56:40 (2 months ago)
Author:
_ck_
Message:

0.0.3 fix for img

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • bbcode-buttons/trunk/BBcode-buttons.js

    r1144 r1148  
    170170        var myValue = prompt('Enter the URL of the image', 'http://'); 
    171171        if (myValue) { 
    172                 myValue = '[img='+ myValue+']'; 
     172                myValue = '[img]'+ myValue+'[/img]'; 
    173173                edInsertContent(myValue); 
    174174        } 
  • bbcode-buttons/trunk/BBcode-buttons.php

    r1144 r1148  
    66Author: _ck_ 
    77Author URI: http://bbShowcase.org 
    8 Version: 0.0.2 
     8Version: 0.0.3 
    99 
    1010License: CC-GNU-GPL http://creativecommons.org/licenses/GPL/2.0/ 
     
    3333        BBcodeButtons.push(new BBcodeButton('ed_close','close','','','c',' ','auto-close any tags you left open')); 
    3434        }</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>"; 
    3636}        
    3737} add_action('bb_foot', 'bbcode_buttons');