Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit df91ec8

Browse files
author
Jamie Snape
committed
Remove some more calls to time()
1 parent 1281ee1 commit df91ec8

File tree

6 files changed

+6
-11
lines changed

6 files changed

+6
-11
lines changed

core/views/browse/selectfolder.phtml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
=========================================================================*/
2020

2121
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>';
2423
?>
2524

2625
<link type="text/css" rel="stylesheet" href="<?php echo $this->coreWebroot ?>/public/css/common/common.browser.css"/>

core/views/community/invitation.phtml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
limitations under the License.
1919
=========================================================================*/
2020

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>';
2322
?>
2423
<link href="<?php echo $this->coreWebroot ?>/public/css/community/community.invitation.css" rel="stylesheet"
2524
type="text/css"/>

core/views/item/editmetadata.phtml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
limitations under the License.
1919
=========================================================================*/
2020

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>';
2322
?>
2423

2524
<link type="text/css" rel="stylesheet" href="<?php echo $this->coreWebroot ?>/public/css/item/item.editmetadata.css"/>

core/views/share/applyrecursivedialog.phtml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
limitations under the License.
1919
=========================================================================*/
2020

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>';
2322
$this->headScript()->appendFile($this->coreWebroot.'/public/js/jquery/jquery.form.js');
2423
?>
2524
<link href="<?php echo $this->coreWebroot ?>/public/css/share/share.dialog.css" rel="stylesheet" type="text/css"/>

core/views/share/dialog.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
limitations under the License.
1919
=========================================================================*/
2020

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>';
2222
?>
2323
<link href="<?php echo $this->coreWebroot ?>/public/css/share/share.dialog.css" rel="stylesheet" type="text/css"/>
2424

core/views/user/deletedialog.phtml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
limitations under the License.
1919
=========================================================================*/
2020

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>';
2322
$this->headScript()->appendFile($this->coreWebroot.'/public/js/jquery/jquery.form.js');
2423
?>
2524
<link href="<?php echo $this->coreWebroot ?>/public/css/user/user.deletedialog.css" rel="stylesheet" type="text/css"/>

0 commit comments

Comments
 (0)