diff options
| author | spiderr <spider@viovio.com> | 2015-02-18 12:32:43 -0500 |
|---|---|---|
| committer | spiderr <spider@viovio.com> | 2015-02-18 12:32:43 -0500 |
| commit | dbc446f84f79acb755e488e70e946128b0a1f101 (patch) | |
| tree | 7fbe56e813dfc4ad7c1ef83b07a65c98cd0a5e45 | |
| parent | a2a6dd2aff3c60e1be385ddbbe9fb3621f9152cc (diff) | |
| download | fisheye-dbc446f84f79acb755e488e70e946128b0a1f101.tar.gz fisheye-dbc446f84f79acb755e488e70e946128b0a1f101.tar.bz2 fisheye-dbc446f84f79acb755e488e70e946128b0a1f101.zip | |
move-javascript-libs
| -rw-r--r-- | templates/upload_fisheye.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/upload_fisheye.tpl b/templates/upload_fisheye.tpl index 03b391c..356e7f9 100644 --- a/templates/upload_fisheye.tpl +++ b/templates/upload_fisheye.tpl @@ -48,7 +48,7 @@ <div class="form-group"> {formlabel label="Selected File(s)" for=""} {forminput} - <script type="text/javascript" src="{$smarty.const.UTIL_PKG_URL}javascript/libs/multifile.js"></script> + <script type="text/javascript" src="{$smarty.const.UTIL_PKG_URL}javascript/multifile.js"></script> <div id="fileslist"></div> <div class="clear"></div> {formhelp note="These files will be uploaded when you hit the upload button below."} |
