luci2: fix various cross browser issues
authorJo-Philipp Wich <jow@openwrt.org>
Mon, 4 Nov 2013 21:59:28 +0000 (21:59 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Mon, 4 Nov 2013 22:03:15 +0000 (22:03 +0000)
commit263aaa0f1d39ed439ad5b3a885d50a56b894dcf8
treece8c1a0c063f675409714c9daed0791a6df72748
parent9cba4e56be2b578467a8b54f5841bdbbbb3fdc0c
luci2: fix various cross browser issues

- add respond.js to fix page rendering in IE 8
- fix datatype validation compiler in IE 8
- fix RPC response type checking in IE 8
- show/hide badges and labels since IE 8 does not support :empty CSS selector
- fix wrong classes for radio and checkbox items, leading to broken rendering in Chrome
- stop using deprecated arguments.callee
luci2/htdocs/luci2.html
luci2/htdocs/luci2/luci2.js
luci2/htdocs/luci2/respond.min.js [new file with mode: 0644]