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/admin_remoteupdate.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/admin_remoteupdate.tpl')
-rw-r--r-- | view/admin_remoteupdate.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/admin_remoteupdate.tpl b/view/admin_remoteupdate.tpl index 0c15692c2..41ecfaf85 100644 --- a/view/admin_remoteupdate.tpl +++ b/view/admin_remoteupdate.tpl @@ -1,4 +1,4 @@ -<script src="include/jquery.htmlstream.js"></script> +<script src="js/jquery.htmlstream.js"></script> <script> /* ajax updater */ function updateEnd(data){ |