Changeset 1162

Show
Ignore:
Timestamp:
07/17/08 17:24:04 (5 months ago)
Author:
_ck_
Message:

0.0.4 attempt to deal with IIS path strangeness

Files:

Legend:

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

    r1148 r1162  
    66Author: _ck_ 
    77Author URI: http://bbShowcase.org 
    8 Version: 0.0.3 
     8Version: 0.0.4 
    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.3' type='text/javascript' defer='defer'></scr"."ipt>"; 
     35        <scr"."ipt src='" .bb_get_option('uri').str_replace(array("\\",BBPATH,".php"),array("/","",".js"),dirname(__FILE__)."/".basename(__FILE__))."?0.0.4' type='text/javascript' defer='defer'></scr"."ipt>"; 
    3636}        
    3737} add_action('bb_foot', 'bbcode_buttons');