Skip to content

Commit 7fd79b2

Browse files
author
Adam Lundrigan
committed
Load jquery.min.js before bootstrap.min.js
(See: twbs/bootstrap#4773)
1 parent 4284540 commit 7fd79b2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

view/layout/admin.phtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
<?php echo $this->headLink()->prependStylesheet('//netdna.bootstrapcdn.com/twitter-bootstrap/2.1.1/css/bootstrap-combined.min.css') ?>
1212

1313
<!-- Scripts -->
14-
<?php echo $this->headScript()->prependFile('//html5shiv.googlecode.com/svn/trunk/html5.js', 'text/javascript', array('conditional' => 'lt IE 9',))
14+
<?php echo $this->headScript()->prependFile('//netdna.bootstrapcdn.com/twitter-bootstrap/2.1.1/js/bootstrap.min.js')
1515
->prependFile('//code.jquery.com/jquery.min.js')
16-
->prependFile('//netdna.bootstrapcdn.com/twitter-bootstrap/2.1.1/js/bootstrap.min.js') ?>
16+
->prependFile('//html5shiv.googlecode.com/svn/trunk/html5.js', 'text/javascript', array('conditional' => 'lt IE 9',)) ?>
1717

1818
</head>
1919

0 commit comments

Comments
 (0)