mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-25 11:38:44 +02:00
poc form SDK (change dependencies implementation)
This commit is contained in:
@@ -22,8 +22,8 @@ const Widget = function(){
|
||||
// initialize widget
|
||||
const sWidgetName = widgetField.dataset.widget;
|
||||
const oWidget = eval(`$(widgetField).${sWidgetName}()`);
|
||||
console.log('Init widget: ' + sWidgetName);
|
||||
console.log(oWidget);
|
||||
console.debug('Init widget: ' + sWidgetName);
|
||||
console.debug(oWidget);
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user