Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge 024_release with master #222

Merged
merged 11 commits into from Mar 11, 2013
4 changes: 3 additions & 1 deletion assets/js/client.js
Expand Up @@ -285,7 +285,9 @@ $(function() {
});

irc.socket.on('netError', function(data) {
irc.appView.showError('Invalid server');
if(!$('.alert-error').length) {
irc.appView.showError('Invalid server');
}
});

irc.socket.on('login_error', function(data) {
Expand Down
20 changes: 11 additions & 9 deletions assets/js/libs/ICanHaz.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.