diff options
author | Jay Parikh | 2012-07-26 01:47:44 +0530 |
---|---|---|
committer | Jay Parikh | 2012-07-26 01:47:44 +0530 |
commit | e63812344a37fb8ff510e388e78069974cef5bcf (patch) | |
tree | 2cdb68830c9951e8f67805d6a11233c3a4903984 /stapp/templates/video | |
parent | 2da8081f73a42aedf0441e09ac9e41bda4133721 (diff) | |
download | stproject-e63812344a37fb8ff510e388e78069974cef5bcf.tar.gz stproject-e63812344a37fb8ff510e388e78069974cef5bcf.tar.bz2 stproject-e63812344a37fb8ff510e388e78069974cef5bcf.zip |
added browser-compatibilty feature
Diffstat (limited to 'stapp/templates/video')
-rw-r--r-- | stapp/templates/video/home.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stapp/templates/video/home.html b/stapp/templates/video/home.html index ab17ca1..cf055ed 100644 --- a/stapp/templates/video/home.html +++ b/stapp/templates/video/home.html @@ -4,6 +4,7 @@ {% block script %} +<script src="{{ STATIC_URL }}video/js/browser-check.js" type="text/javascript"></script> <script> function changeDetail(video,image,idname,iddesc) { |