diff options
author | Friendika <info@friendika.com> | 2011-09-27 01:04:54 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-09-27 01:04:54 -0700 |
commit | 25ac93f44d92b839c5012ba8cbb7ecf221658eff (patch) | |
tree | 534884f33c8a51f3b00bb68b275ba1be3b0ddab2 /view/theme/dispy | |
parent | 069a76bff4d635e65ccfd27dcf81bf3531fbfc61 (diff) | |
parent | e9638b69801cee3e74a97825f9af3749c9322c53 (diff) | |
download | volse-hubzilla-25ac93f44d92b839c5012ba8cbb7ecf221658eff.tar.gz volse-hubzilla-25ac93f44d92b839c5012ba8cbb7ecf221658eff.tar.bz2 volse-hubzilla-25ac93f44d92b839c5012ba8cbb7ecf221658eff.zip |
Merge pull request #3 from fabrixxm/master
Works on UI
Diffstat (limited to 'view/theme/dispy')
-rw-r--r-- | view/theme/dispy/jot-header.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/dispy/jot-header.tpl b/view/theme/dispy/jot-header.tpl index dd07dc318..79b10fd40 100644 --- a/view/theme/dispy/jot-header.tpl +++ b/view/theme/dispy/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() { |