Changeset 580


Ignore:
Timestamp:
10/15/08 06:02:32 (5 years ago)
Author:
dgynn
Message:

temporary hack to hardcode htdocs because we're not using trac.css

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/trac-hacks/tracwysiwygplugin/tracwysiwyg/htdocs/wysiwyg.js

    r558 r580  
    34183418    } 
    34193419 
     3420    // DGYNN: temporary hack to hardcode htdocs because we're not using trac.css 
     3421    paths.htdocs = "/static/chrome/common/"; 
     3422    return paths; 
     3423     
    34203424    var links = head.getElementsByTagName("link"); 
    34213425    var traccss = "/css/trac.css"; 
Note: See TracChangeset for help on using the changeset viewer.