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

Commit

Permalink
Remove some more calls to time()
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Snape committed Dec 8, 2015
1 parent 1281ee1 commit df91ec8
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 11 deletions.
3 changes: 1 addition & 2 deletions core/views/browse/selectfolder.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
=========================================================================*/

echo '<script type="text/javascript" src="'.$this->coreWebroot.'/public/js/common/common.browser.js"></script>';
echo '<script type="text/javascript" src="'.$this->coreWebroot.'/public/js/browse/browse.selectfolder.js?'.time(
).'"></script>';
echo '<script type="text/javascript" src="'.$this->coreWebroot.'/public/js/browse/browse.selectfolder.js"></script>';
?>

<link type="text/css" rel="stylesheet" href="<?php echo $this->coreWebroot ?>/public/css/common/common.browser.css"/>
Expand Down
3 changes: 1 addition & 2 deletions core/views/community/invitation.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
limitations under the License.
=========================================================================*/

echo '<script type="text/javascript" src="'.$this->coreWebroot.'/public/js/community/community.invitation.js?'.time(
).'"></script>';
echo '<script type="text/javascript" src="'.$this->coreWebroot.'/public/js/community/community.invitation.js"></script>';
?>
<link href="<?php echo $this->coreWebroot ?>/public/css/community/community.invitation.css" rel="stylesheet"
type="text/css"/>
Expand Down
3 changes: 1 addition & 2 deletions core/views/item/editmetadata.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
limitations under the License.
=========================================================================*/

echo '<script type="text/javascript" src="'.$this->coreWebroot.'/public/js/item/item.editmetadata.js?'.time(
).'"></script>';
echo '<script type="text/javascript" src="'.$this->coreWebroot.'/public/js/item/item.editmetadata.js"></script>';
?>

<link type="text/css" rel="stylesheet" href="<?php echo $this->coreWebroot ?>/public/css/item/item.editmetadata.css"/>
Expand Down
3 changes: 1 addition & 2 deletions core/views/share/applyrecursivedialog.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
limitations under the License.
=========================================================================*/

echo '<script type="text/javascript" src="'.$this->coreWebroot.'/public/js/share/share.applyrecursivedialog.js?'.time(
).'"></script>';
echo '<script type="text/javascript" src="'.$this->coreWebroot.'/public/js/share/share.applyrecursivedialog.js"></script>';
$this->headScript()->appendFile($this->coreWebroot.'/public/js/jquery/jquery.form.js');
?>
<link href="<?php echo $this->coreWebroot ?>/public/css/share/share.dialog.css" rel="stylesheet" type="text/css"/>
Expand Down
2 changes: 1 addition & 1 deletion core/views/share/dialog.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
limitations under the License.
=========================================================================*/

echo '<script type="text/javascript" src="'.$this->coreWebroot.'/public/js/share/share.dialog.js?'.time().'"></script>';
echo '<script type="text/javascript" src="'.$this->coreWebroot.'/public/js/share/share.dialog.js"></script>';
?>
<link href="<?php echo $this->coreWebroot ?>/public/css/share/share.dialog.css" rel="stylesheet" type="text/css"/>

Expand Down
3 changes: 1 addition & 2 deletions core/views/user/deletedialog.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
limitations under the License.
=========================================================================*/

echo '<script type="text/javascript" src="'.$this->coreWebroot.'/public/js/user/user.deletedialog.js?'.time(
).'"></script>';
echo '<script type="text/javascript" src="'.$this->coreWebroot.'/public/js/user/user.deletedialog.js"></script>';
$this->headScript()->appendFile($this->coreWebroot.'/public/js/jquery/jquery.form.js');
?>
<link href="<?php echo $this->coreWebroot ?>/public/css/user/user.deletedialog.css" rel="stylesheet" type="text/css"/>
Expand Down

0 comments on commit df91ec8

Please sign in to comment.