Skip to content
This repository has been archived by the owner on Jan 1, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/376' into develop
Browse files Browse the repository at this point in the history
Forward port #376
  • Loading branch information
weierophinney committed Aug 16, 2016
2 parents 95e6c38 + 8c26e1b commit 570f3e7
Show file tree
Hide file tree
Showing 13 changed files with 86 additions and 75 deletions.
2 changes: 1 addition & 1 deletion module/Application/view/layout/layout.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<!-- Scripts -->
<?= $this->headScript()
->prependFile($this->basePath('js/bootstrap.min.js'))
->prependFile($this->basePath('js/jquery-2.2.4.min.js'))
->prependFile($this->basePath('js/jquery-3.1.0.min.js'))
?>
</head>
<body>
Expand Down
4 changes: 2 additions & 2 deletions public/css/bootstrap-theme.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/css/bootstrap-theme.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions public/css/bootstrap-theme.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/css/bootstrap-theme.min.css.map

Large diffs are not rendered by default.

7 changes: 2 additions & 5 deletions public/css/bootstrap.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/css/bootstrap.css.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions public/css/bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/css/bootstrap.min.css.map

Large diffs are not rendered by default.

Loading

0 comments on commit 570f3e7

Please sign in to comment.