refactor hideError + rename to hide
This commit is contained in:
parent
b7a8245af9
commit
650bacd915
3 changed files with 5 additions and 9 deletions
|
|
@ -57,7 +57,7 @@ BR.Profile = L.Class.extend({
|
|||
var button = evt.target || evt.srcElement,
|
||||
profile = this.ele.value;
|
||||
|
||||
this.message.hideError();
|
||||
this.message.hide();
|
||||
$(button).button('uploading');
|
||||
evt.preventDefault();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue