I'm should not modify this file and simple full reload page? It not work for me. I'm tried this just in first order. Only after modification alert is gone.
You should click to page reload icon with Shift button pressed. Simple refresh might not fix the problem because sometimes browser does not detect that JS files changed.
I'm should not modify this file and simple full reload page? It not work for me. I'm tried this just in first order. Only after modification alert is gone.
Fixed by modifing file tomcat\webapps\teamcity\js\bs\bs.js:
line 394:
--
processError: function(e) {
if (e.message) {
//alert(e.message);
} else {
//alert(e.toString());
}
},
--
Thanks!
Hello,
It is not neccessary to modify bs.js. You should refresh your browser cache:
click browser refresh button while holding Shift key.
--
Pavel Sher
"Alexey Efimov" <no_reply@jetbrains.com> wrote in message
news:3974116.1174643757649.JavaMail.itn@is.intellij.net...
>
I'm should not modify this file and simple full reload page?
It not work for me. I'm tried this just in first order. Only after modification alert is gone.
Hello Alexey,
I met this issue to, and for me it resolved itself after I just restarted
my firefox browser.
George Udov
Software Engineer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
Hello,
You should click to page reload icon with Shift button pressed. Simple
refresh might not fix the problem because sometimes browser does not detect
that JS files changed.
--
Pavel Sher
"Alexey Efimov" <no_reply@jetbrains.com> wrote in message
news:28098741.1174646404731.JavaMail.itn@is.intellij.net...