Skip to content

Commit f3acabb

Browse files
Merge pull request BlackrockDigital#34 from diablorosso/patch-2
raphael js can not be loaded
2 parents aa262c6 + 7b76aac commit f3acabb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/sb-admin/charts.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ <h3>Additional morris.js Information</h3>
298298
<script src="js/bootstrap.js"></script>
299299

300300
<!-- Page Specific Plugins -->
301-
<script src="//cdnjs.cloudflare.com/ajax/libs/raphael/2.1.0/raphael-min.js"></script>
301+
<script src="http://cdnjs.cloudflare.com/ajax/libs/raphael/2.1.0/raphael-min.js"></script>
302302
<script src="http://cdn.oesmith.co.uk/morris-0.4.3.min.js"></script>
303303
<script src="js/morris/chart-data-morris.js"></script>
304304
<script src="js/tablesorter/jquery.tablesorter.js"></script>
@@ -311,4 +311,4 @@ <h3>Additional morris.js Information</h3>
311311
<script src="js/flot/chart-data-flot.js"></script>
312312

313313
</body>
314-
</html>
314+
</html>

0 commit comments

Comments
 (0)