diff options
author | Fabio Comuni <fabrix.xm@gmail.com> | 2011-09-05 11:15:30 +0200 |
---|---|---|
committer | Fabio Comuni <fabrix.xm@gmail.com> | 2011-09-05 11:15:30 +0200 |
commit | 20ca4512000e80386fe6f9b3fd85864bc0e91627 (patch) | |
tree | a5dc61372f625c1935b5ecb9af096e6a9bb3c1f1 /view/jot-header.tpl | |
parent | ab5bda526e9fffcfeecd384332372531c18c49dc (diff) | |
download | volse-hubzilla-20ca4512000e80386fe6f9b3fd85864bc0e91627.tar.gz volse-hubzilla-20ca4512000e80386fe6f9b3fd85864bc0e91627.tar.bz2 volse-hubzilla-20ca4512000e80386fe6f9b3fd85864bc0e91627.zip |
move js to js folder
Diffstat (limited to 'view/jot-header.tpl')
-rw-r--r-- | 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 6195c5bbc..8174026ab 100644 --- a/view/jot-header.tpl +++ b/view/jot-header.tpl @@ -80,7 +80,7 @@ function initEditor(cb){ } </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() { |