Commit 7707a13cdd52934e41bcffc253ecd5c1d7c18f23

Authored by AntonioTerceiro
1 parent 40843cec

ActionItem388: removing annoying popup


git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1789 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 0 additions and 13 deletions   Show diff stats
app/views/layouts/application.rhtml
... ... @@ -174,19 +174,6 @@
174 174 // the onload will run only after all related documents load.
175 175 // by that we need to cal this here:
176 176 if ( window.addEventListener ) resizePrincipalTemplateBox()
177   -
178   - // Sory IE:
179   - if ( document.all ) {
180   - if ( confirm("<%=
181   -_("Ups... It seems you are using Internet Explorer.
182   -
183   -We are sory, but some things will not work well on this web browser for now...
184   -We propose you to use Firefox, for this web site and any other.
185   -
186   -Do you want to get your Firefox now?").gsub(/\n/,'\n') %>") ) {
187   - document.location.href = "http://getfirefox.com";
188   - }
189   - }
190 177 </script>
191 178  
192 179 </body>
... ...