Skip to content

Commit a42d266

Browse files
author
Jurian Sluiman
committed
Merge pull request #5 from adamlundrigan/hotfix/bootstrap-js-load-order
Reverse load order of Javascript files
2 parents 4284540 + 7fd79b2 commit a42d266

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)