diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-10-08 19:40:19 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-10-08 19:40:19 -0700 |
commit | f34b51252245b1834e0cd049859782145156e09b (patch) | |
tree | ba1ed80e1fd22c0419a4efab7abe44961553b314 /tmpl/footer.html | |
parent | da0cb81801ac897fa41761af0b0b18fda9d16195 (diff) |
Revert "Allow bootstrap in popup templates"
This reverts commit da0cb81801ac897fa41761af0b0b18fda9d16195.
Diffstat (limited to 'tmpl/footer.html')
-rw-r--r-- | tmpl/footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpl/footer.html b/tmpl/footer.html index 2cb496c9..3840600f 100644 --- a/tmpl/footer.html +++ b/tmpl/footer.html @@ -1,3 +1,3 @@ - <script src="{{root}}/fg/js/frame.js"></script> + <script src="{{root}}/js/frame.js"></script> </body> </html> |