hide message on upload

This commit is contained in:
Norbert Renner 2015-03-26 22:55:48 +01:00
parent 8e9746781c
commit b7a8245af9

View file

@ -57,6 +57,7 @@ BR.Profile = L.Class.extend({
var button = evt.target || evt.srcElement, var button = evt.target || evt.srcElement,
profile = this.ele.value; profile = this.ele.value;
this.message.hideError();
$(button).button('uploading'); $(button).button('uploading');
evt.preventDefault(); evt.preventDefault();