liquid_feedback_frontend
diff app/main/_layout/default.html @ 519:7492497005bd
Fixed voting for non javascript capable browser, removed browser warning
author | bsw |
---|---|
date | Mon Apr 16 23:27:07 2012 +0200 (2012-04-16) |
parents | d5935ef9b877 |
children | 63d6549cc00b |
line diff
1.1 --- a/app/main/_layout/default.html Sun Apr 15 18:26:06 2012 +0200 1.2 +++ b/app/main/_layout/default.html Mon Apr 16 23:27:07 2012 +0200 1.3 @@ -7,6 +7,10 @@ 1.4 <link rel="stylesheet" type="text/css" media="screen" href="__BASEURL__/static/gregor.js/gregor.css" /> 1.5 <link rel="stylesheet" type="text/css" media="screen" href="<!-- WEBMCP SLOTNODIV stylesheet_url -->" /> 1.6 <!-- WEBMCP SLOTNODIV html_head --> 1.7 + <script type="text/javascript">jsFail = true;</script> 1.8 + <![if !IE]> 1.9 + <script type="text/javascript">jsFail = false;</script> 1.10 + <![endif]> 1.11 <script type="text/javascript" src="__BASEURL__/static/js/partialload.js"></script> 1.12 <script type="text/javascript">var ui_tabs_active = {};</script> 1.13 </head>