@schneideress/dashboardframework 0.0.25 → 0.0.26
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/bundles/schneideress-dashboardframework.umd.js +0 -1
- package/bundles/schneideress-dashboardframework.umd.js.map +1 -1
- package/bundles/schneideress-dashboardframework.umd.min.js +1 -1
- package/bundles/schneideress-dashboardframework.umd.min.js.map +1 -1
- package/esm2015/lib/ra.dashboard.service.js +1 -2
- package/esm5/lib/ra.dashboard.service.js +1 -2
- package/fesm2015/schneideress-dashboardframework.js +0 -11
- package/fesm2015/schneideress-dashboardframework.js.map +1 -1
- package/fesm5/schneideress-dashboardframework.js +0 -11
- package/fesm5/schneideress-dashboardframework.js.map +1 -1
- package/package.json +1 -1
|
@@ -211,7 +211,6 @@
|
|
|
211
211
|
*/
|
|
212
212
|
function (widgetInfo, appConfig) {
|
|
213
213
|
this.baseUrl = appConfig.apiBaseUrl;
|
|
214
|
-
console.log('in update widget service');
|
|
215
214
|
return this.post('widget/UpdateUserWidget', widgetInfo);
|
|
216
215
|
};
|
|
217
216
|
/** To Move or change position if current widget container*/
|