diff options
author | Friendika <info@friendika.com> | 2011-09-28 22:13:33 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-09-28 22:13:33 -0700 |
commit | 5279f99278a47b454ebc9004c32a0b44569ab226 (patch) | |
tree | 4df73119450be4c30240f8a15efe5e7ab0b592de /view | |
parent | 50c4077c5be4828c67f71504f32dd74d96aec23e (diff) | |
download | volse-hubzilla-5279f99278a47b454ebc9004c32a0b44569ab226.tar.gz volse-hubzilla-5279f99278a47b454ebc9004c32a0b44569ab226.tar.bz2 volse-hubzilla-5279f99278a47b454ebc9004c32a0b44569ab226.zip |
missing uploads on testbubble
Diffstat (limited to 'view')
-rw-r--r-- | view/theme/darkbubble/jot-header.tpl | 2 | ||||
-rw-r--r-- | view/theme/testbubble/jot-header.tpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/darkbubble/jot-header.tpl b/view/theme/darkbubble/jot-header.tpl index 155595056..0093bf82a 100644 --- a/view/theme/darkbubble/jot-header.tpl +++ b/view/theme/darkbubble/jot-header.tpl @@ -90,7 +90,7 @@ function initEditor(cb) { } } // initEditor </script> -<script type="text/javascript" src="include/ajaxupload.js" ></script> +<script type="text/javascript" src="js/ajaxupload.js" ></script> <script> var ispublic = '$ispublic'; $(document).ready(function() { diff --git a/view/theme/testbubble/jot-header.tpl b/view/theme/testbubble/jot-header.tpl index 155595056..0093bf82a 100644 --- a/view/theme/testbubble/jot-header.tpl +++ b/view/theme/testbubble/jot-header.tpl @@ -90,7 +90,7 @@ function initEditor(cb) { } } // initEditor </script> -<script type="text/javascript" src="include/ajaxupload.js" ></script> +<script type="text/javascript" src="js/ajaxupload.js" ></script> <script> var ispublic = '$ispublic'; $(document).ready(function() { |