projects
/
project/tinymce.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(from parent 1:
64d7402
)
*** empty log message ***
author
Matt Westgate
Sat, 26 Mar 2005 07:41:21 +0000 (07:41 +0000)
committer
Matt Westgate
Sat, 26 Mar 2005 07:41:21 +0000 (07:41 +0000)
plugins/drupalimage/editor_plugin.js
patch
|
blob
|
blame
|
history
diff --git
a/plugins/drupalimage/editor_plugin.js
b/plugins/drupalimage/editor_plugin.js
index
09c552d
..
e78834d
100644
(file)
--- a/
plugins/drupalimage/editor_plugin.js
+++ b/
plugins/drupalimage/editor_plugin.js
@@
-4,7
+4,7
@@
function TinyMCE_drupalimage_getInsertImageTemplate() {
\r
var template = new Array();
\r
\r
- template['file'] = baseUrl + '/index.php?q=img_assist/add&editor=tinymce';
\r
+ template['file'] = 'index.php?q=img_assist/add&editor=tinymce';
\r
template['width'] = 500;
\r
template['height'] = 660;
\r
\r