mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Merge remote-tracking branch 'origin/support/3.0' into develop
This commit is contained in:
@@ -323,7 +323,7 @@ $(function()
|
||||
oParams.dashletid = sTempDashletId;
|
||||
|
||||
$.post(this.options.new_dashletid_endpoint, oParams, function (data) {
|
||||
me.add_dashlet_prepare(options, data);
|
||||
me.add_dashlet_prepare(options, data.trim());
|
||||
});
|
||||
},
|
||||
add_dashlet_ajax: function (options, sDashletId) {
|
||||
|
||||
Reference in New Issue
Block a user