diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2012-02-13 10:19:10 +0100 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2012-02-13 10:19:10 +0100 |
commit | 8369c243b321a421ea2ab92a49d8995b5724244e (patch) | |
tree | 065e7fcef74e17d63072d386481cce8483772000 /view | |
parent | 850560519a4bbe9949368933e115f767aeb90b73 (diff) | |
download | volse-hubzilla-8369c243b321a421ea2ab92a49d8995b5724244e.tar.gz volse-hubzilla-8369c243b321a421ea2ab92a49d8995b5724244e.tar.bz2 volse-hubzilla-8369c243b321a421ea2ab92a49d8995b5724244e.zip |
Fix 'item not found' message
Diffstat (limited to 'view')
-rwxr-xr-x | view/jot-header.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/jot-header.tpl b/view/jot-header.tpl index 251b9cdd0..02662d2d4 100755 --- a/view/jot-header.tpl +++ b/view/jot-header.tpl @@ -118,7 +118,7 @@ function enableOnUser(){ } </script> -<script type="text/javascript" src="js/ajaxupload.js" ></script> +<script type="text/javascript" src="$baseurl/js/ajaxupload.js" ></script> <script> var ispublic = '$ispublic'; var addtitle = '$addtitle'; |