--- pub/TWiki/HtmlAreaPlugin/htmlarea/htmlarea.js~ 2003-05-23 03:17:23.000000000 -0500
+++ pub/TWiki/HtmlAreaPlugin/htmlarea/htmlarea.js 2003-05-23 03:22:12.000000000 -0500
@@ -42,8 +42,9 @@
this.editorURL = "";
// URL-s
- this.imgURL = "images/";
- this.popupURL = "popups/";
+ // up from bin/view/Web/Topic to pub
+ this.imgURL = "../../../pub/TWiki/HtmlAreaPlugin/htmlarea/images/";
+ this.popupURL = "../../../pub/TWiki/HtmlAreaPlugin/htmlarea/popups/";
this.debug = 0;