mirror of
https://github.com/Mibew/mibew.git
synced 2025-02-07 08:14:42 +03:00
Fix code style
This commit is contained in:
parent
5f2aab1501
commit
25a4a3db40
@ -440,10 +440,10 @@ var Mibew = Mibew || {};
|
|||||||
var check = Mibew.Utils.loadScript(url + '/check', 'mibew-check-iframe-' + this.id);
|
var check = Mibew.Utils.loadScript(url + '/check', 'mibew-check-iframe-' + this.id);
|
||||||
check.popup = this;
|
check.popup = this;
|
||||||
check.url = url;
|
check.url = url;
|
||||||
check.onload = function(){
|
check.onload = function() {
|
||||||
this.popup.open(this.url);
|
this.popup.open(this.url);
|
||||||
}
|
};
|
||||||
check.onerror = function(){
|
check.onerror = function() {
|
||||||
this.popup.close();
|
this.popup.close();
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user