Fix error when using assets_url setting (#4182)
This commit is contained in:
parent
c9ee78fdd9
commit
5d66218cfc
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ function rcube_tasklist(settings)
|
|||
// load calendar UI (scripts and edit dialog template)
|
||||
if (!ui_loaded) {
|
||||
$.when(
|
||||
$.getScript('./plugins/tasklist/tasklist.js'),
|
||||
$.getScript(rcmail.assets_path('plugins/tasklist/tasklist.js')),
|
||||
$.get(rcmail.url('tasks/inlineui'), function(html){ $(document.body).append(html); }, 'html')
|
||||
).then(function() {
|
||||
// register attachments form
|
||||
|
|
Loading…
Add table
Reference in a new issue