diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-10-08 18:47:24 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-10-08 18:47:24 -0700 |
commit | da0cb81801ac897fa41761af0b0b18fda9d16195 (patch) | |
tree | 992bea48155ab01fee5436be84ab8605634c16c4 /tmpl/footer.html | |
parent | 78fad1da18694d2471c0a68399d69b0fe94e2b2d (diff) |
Allow bootstrap in popup templates
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 3840600f..2cb496c9 100644 --- a/tmpl/footer.html +++ b/tmpl/footer.html @@ -1,3 +1,3 @@ - <script src="{{root}}/js/frame.js"></script> + <script src="{{root}}/fg/js/frame.js"></script> </body> </html> |