mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
Merge remote-tracking branch 'origin/support/2.7' into support/3.0
# Conflicts: # js/dashboard.js
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