Added bootstrap js for modals

This commit is contained in:
Kenneth Jao 2016-10-22 17:04:29 -04:00
parent aa4efb54c2
commit b8fb7faea0
2 changed files with 8 additions and 0 deletions

View File

@ -1,5 +1,6 @@
<template name="AdminLTE"> <template name="AdminLTE">
<link rel="stylesheet" type="text/css" href="/bootstrap/bootstrap.min.css"> <link rel="stylesheet" type="text/css" href="/bootstrap/bootstrap.min.css">
<script type="text/javascript" src="/bootstrap/bootstrap.min.js"></script>
{{#unless isReady}} {{#unless isReady}}
{{> Template.dynamic template=loadingTemplate}} {{> Template.dynamic template=loadingTemplate}}
{{else}} {{else}}

File diff suppressed because one or more lines are too long