Skip to content

Commit

Permalink
Sync moment
Browse files Browse the repository at this point in the history
Upgrade from v2.10.3 to v2.13.0

Also fix autochanger view to include moment.js as its used to format
some fields in the autochanger overview which otherwise won't work.
  • Loading branch information
Marco van Wieringen committed Jun 4, 2016
1 parent 78b3268 commit ce3d7a6
Show file tree
Hide file tree
Showing 5 changed files with 16,119 additions and 31 deletions.
2 changes: 2 additions & 0 deletions module/Storage/view/storage/storage/details.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ $this->headTitle($title);
echo $this->headScript()->prependFile($this->basePath() . '/js/datatables.functions.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/datatables-ext.min.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/datatables.min.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/moment.min.js');
echo $this->headScript()->prependFile($this->basePath() . '/js/moment-with-locales.min.js');
echo $this->headLink()->prependStylesheet($this->basePath() . '/css/datatables-ext.min.css');
echo $this->headLink()->prependStylesheet($this->basePath() . '/css/datatables.min.css');
?>
Expand Down
Loading

0 comments on commit ce3d7a6

Please sign in to comment.