This repository was archived by the owner on Sep 10, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +6
-11
lines changed Expand file tree Collapse file tree 6 files changed +6
-11
lines changed Original file line number Diff line number Diff line change 19
19
=========================================================================*/
20
20
21
21
echo '<script type="text/javascript" src=" ' .$ this ->coreWebroot .'/public/js/common/common.browser.js"></script> ' ;
22
- echo '<script type="text/javascript" src=" ' .$ this ->coreWebroot .'/public/js/browse/browse.selectfolder.js? ' .time (
23
- ).'"></script> ' ;
22
+ echo '<script type="text/javascript" src=" ' .$ this ->coreWebroot .'/public/js/browse/browse.selectfolder.js"></script> ' ;
24
23
?>
25
24
26
25
<link type="text/css" rel="stylesheet" href="<?php echo $ this ->coreWebroot ?> /public/css/common/common.browser.css"/>
Original file line number Diff line number Diff line change 18
18
limitations under the License.
19
19
=========================================================================*/
20
20
21
- echo '<script type="text/javascript" src=" ' .$ this ->coreWebroot .'/public/js/community/community.invitation.js? ' .time (
22
- ).'"></script> ' ;
21
+ echo '<script type="text/javascript" src=" ' .$ this ->coreWebroot .'/public/js/community/community.invitation.js"></script> ' ;
23
22
?>
24
23
<link href="<?php echo $ this ->coreWebroot ?> /public/css/community/community.invitation.css" rel="stylesheet"
25
24
type="text/css"/>
Original file line number Diff line number Diff line change 18
18
limitations under the License.
19
19
=========================================================================*/
20
20
21
- echo '<script type="text/javascript" src=" ' .$ this ->coreWebroot .'/public/js/item/item.editmetadata.js? ' .time (
22
- ).'"></script> ' ;
21
+ echo '<script type="text/javascript" src=" ' .$ this ->coreWebroot .'/public/js/item/item.editmetadata.js"></script> ' ;
23
22
?>
24
23
25
24
<link type="text/css" rel="stylesheet" href="<?php echo $ this ->coreWebroot ?> /public/css/item/item.editmetadata.css"/>
Original file line number Diff line number Diff line change 18
18
limitations under the License.
19
19
=========================================================================*/
20
20
21
- echo '<script type="text/javascript" src=" ' .$ this ->coreWebroot .'/public/js/share/share.applyrecursivedialog.js? ' .time (
22
- ).'"></script> ' ;
21
+ echo '<script type="text/javascript" src=" ' .$ this ->coreWebroot .'/public/js/share/share.applyrecursivedialog.js"></script> ' ;
23
22
$ this ->headScript ()->appendFile ($ this ->coreWebroot .'/public/js/jquery/jquery.form.js ' );
24
23
?>
25
24
<link href="<?php echo $ this ->coreWebroot ?> /public/css/share/share.dialog.css" rel="stylesheet" type="text/css"/>
Original file line number Diff line number Diff line change 18
18
limitations under the License.
19
19
=========================================================================*/
20
20
21
- echo '<script type="text/javascript" src=" ' .$ this ->coreWebroot .'/public/js/share/share.dialog.js? ' . time (). ' "></script> ' ;
21
+ echo '<script type="text/javascript" src=" ' .$ this ->coreWebroot .'/public/js/share/share.dialog.js"></script> ' ;
22
22
?>
23
23
<link href="<?php echo $ this ->coreWebroot ?> /public/css/share/share.dialog.css" rel="stylesheet" type="text/css"/>
24
24
Original file line number Diff line number Diff line change 18
18
limitations under the License.
19
19
=========================================================================*/
20
20
21
- echo '<script type="text/javascript" src=" ' .$ this ->coreWebroot .'/public/js/user/user.deletedialog.js? ' .time (
22
- ).'"></script> ' ;
21
+ echo '<script type="text/javascript" src=" ' .$ this ->coreWebroot .'/public/js/user/user.deletedialog.js"></script> ' ;
23
22
$ this ->headScript ()->appendFile ($ this ->coreWebroot .'/public/js/jquery/jquery.form.js ' );
24
23
?>
25
24
<link href="<?php echo $ this ->coreWebroot ?> /public/css/user/user.deletedialog.css" rel="stylesheet" type="text/css"/>
You can’t perform that action at this time.
0 commit comments