Changeset 658


Ignore:
Timestamp:
04/11/10 21:34:57 (2 years ago)
Author:
mr_lundis
Message:

Fixed missing basepath in Tidy plugin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wymeditor/plugins/tidy/jquery.wymeditor.tidy.js

    r632 r658  
    2727  options = jQuery.extend({ 
    2828 
    29     sUrl:          "wymeditor/plugins/tidy/tidy.php", 
    30     sButtonHtml:   "<li class='wym_tools_tidy'>" 
    31                  + "<a name='CleanUp' href='#'" 
    32                  + " style='background-image:" 
    33                  + " url(wymeditor/plugins/tidy/wand.png)'>" 
    34                  + "Clean up HTML" 
    35                  + "</a></li>", 
     29    sUrl:            wym._options.basePath + "plugins/tidy/tidy.php", 
     30    sButtonHtml:     "<li class='wym_tools_tidy'>" 
     31                   + "<a name='CleanUp' href='#'" 
     32                   + " style='background-image:" 
     33                   + " url(" + wym._options.basePath + "plugins/tidy/wand.png)'>" 
     34                   + "Clean up HTML" 
     35                   + "</a></li>", 
    3636     
    3737    sButtonSelector: "li.wym_tools_tidy a" 
Note: See TracChangeset for help on using the changeset viewer.