Commit b90f76a7 authored by Liang Ding's avatar Liang Ding

ie

parent 25a6c1c4
...@@ -35,5 +35,5 @@ cookieName=solo ...@@ -35,5 +35,5 @@ cookieName=solo
cookieSecret=Beyond cookieSecret=Beyond
#### Runtime Mode #### #### Runtime Mode ####
#runtimeMode=DEVELOPMENT runtimeMode=DEVELOPMENT
runtimeMode=PRODUCTION #runtimeMode=PRODUCTION
...@@ -251,7 +251,7 @@ var Util = { ...@@ -251,7 +251,7 @@ var Util = {
addKillPanel(); addKillPanel();
} }
if (ieVersion) { if (ieVersion) {
if ($.browser.version === ieVersion + ".0"){ if (parseFloat($.browser.version) <= ieVersion){
addKillPanel(); addKillPanel();
} }
} }
......
This diff is collapsed.
...@@ -179,5 +179,7 @@ if (navigator.userAgent.indexOf('MSIE') === -1) { ...@@ -179,5 +179,7 @@ if (navigator.userAgent.indexOf('MSIE') === -1) {
}); });
}); });
} else { } else {
$('.solo-kanbanniang').hide() $(document).ready(function () {
$('.solo-kanbanniang').remove()
})
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment