Removed the use of string templates in load_buttons.js

pull/721/head
nchamo 2019-09-07 13:56:15 -03:00
rodzic cdf77d3089
commit f887f85852
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -13,7 +13,7 @@ PluginsAPI.Dashboard.addTaskActionButton(
["cloudimport/build/TaskView.js"],
function(args, ImportView) {
$.ajax({
url: `{{ api_url }}/projects/${args.task.project}/tasks/${args.task.id}/checkforurl`,
url: "{{ api_url }}/projects/" + args.task.project + "/tasks/" + args.task.id + "/checkforurl",
dataType: 'json',
async: false,
success: function(data) {