diff options
Diffstat (limited to 'view/theme/darkbubble/jot-header.tpl')
-rw-r--r-- | view/theme/darkbubble/jot-header.tpl | 2 |
1 files changed, 1 insertions, 1 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() { |