We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49c8844 commit 50e07d6Copy full SHA for 50e07d6
api/widget.js
@@ -29,7 +29,7 @@ ethplorerWidget = {
29
options.widgetOptions = widgetOptions;
30
options.widgetType = type;
31
if(document.location.href.indexOf("//ethplorer.io") > 0){
32
- ethplorerWidget.api = ethplorerWidget.api.replace('api', 'api2');
+ ethplorerWidget.api = ethplorerWidget.api.replace('api.', 'api2.');
33
}
34
if('undefined' === typeof(jQuery)){
35
console.error('Cannot initialize Ethplorer widget: jQuery not found.');
0 commit comments