mirror of
https://github.com/discourse/discourse-adplugin.git
synced 2025-07-09 14:33:28 +00:00
REFACTOR: loadGoogle doesn't take any argument (#92)
This commit is contained in:
parent
22dfb3aa5e
commit
15b2c1a05e
@ -380,7 +380,7 @@ export default AdComponent.extend({
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
loadGoogle(this.siteSettings).then(() => {
|
loadGoogle().then(() => {
|
||||||
this.set("loadedGoogletag", true);
|
this.set("loadedGoogletag", true);
|
||||||
this.set("lastAdRefresh", new Date());
|
this.set("lastAdRefresh", new Date());
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user