@widgetic/editor 3.10.40 → 3.10.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/dev/editor.js
CHANGED
|
@@ -13347,7 +13347,7 @@ WidgetEditor = (function(superClass) {
|
|
|
13347
13347
|
this.el.append(this.tabs.el);
|
|
13348
13348
|
LoginPopup.place(this.el);
|
|
13349
13349
|
Blogvio.pubsub.subscribe('api/token/update', this._updateLoggedInStatus);
|
|
13350
|
-
this.el.attr('editorVersion', "3.10.
|
|
13350
|
+
this.el.attr('editorVersion', "3.10.41");
|
|
13351
13351
|
}
|
|
13352
13352
|
|
|
13353
13353
|
|
|
@@ -23255,7 +23255,7 @@ var INSTAGRAM_DEFAULTS, InstagramService, Service, api, auth_url, host,
|
|
|
23255
23255
|
|
|
23256
23256
|
Service = __webpack_require__(8);
|
|
23257
23257
|
|
|
23258
|
-
host = 'https://widgetic.com' + '/
|
|
23258
|
+
host = 'https://widgetic.com' + '/services/instagram';
|
|
23259
23259
|
|
|
23260
23260
|
INSTAGRAM_DEFAULTS = {
|
|
23261
23261
|
client_id: '542808610040105',
|
|
@@ -23377,7 +23377,7 @@ Service = __webpack_require__(8);
|
|
|
23377
23377
|
|
|
23378
23378
|
Entry = __webpack_require__(9);
|
|
23379
23379
|
|
|
23380
|
-
host = 'https://widgetic.com' + '/
|
|
23380
|
+
host = 'https://widgetic.com' + '/services/instagram/';
|
|
23381
23381
|
|
|
23382
23382
|
INSTAGRAM_DEFAULTS = {
|
|
23383
23383
|
client_id: '542808610040105',
|