Changeset 74

Show
Ignore:
Timestamp:
04/19/05 13:21:51 (8 years ago)
Author:
niko
Message:

#142: removed uneccesary backslash

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/htmlarea.js

    r70 r74  
    45584558    //use internal files 
    45594559    if(context != 'HTMLArea') { 
    4560       var url = _editor_url+"/plugins/"+context+"/lang/"+_editor_lang+".js"; 
     4560      var url = _editor_url+"plugins/"+context+"/lang/"+_editor_lang+".js"; 
    45614561    } else { 
    4562       var url = _editor_url+"/lang/"+_editor_lang+".js"; 
     4562      var url = _editor_url+"lang/"+_editor_lang+".js"; 
    45634563    } 
    45644564  }