Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
1837de41
Commit
1837de41
authored
Apr 27, 2016
by
Rafael Ostertag
Browse files
Brought back fileDeleteUrl in QfqPage.js
parent
e886568d
Changes
1
Hide whitespace changes
Inline
Side-by-side
javascript/src/QfqPage.js
View file @
1837de41
...
...
@@ -20,6 +20,7 @@ var QfqNS = QfqNS || {};
deleteUrl
:
"
typo3conf/ext/qfq/qfq/api/delete.php
"
,
refreshUrl
:
"
typo3conf/ext/qfq/qfq/api/load.php
"
,
fileUploadTo
:
"
typo3conf/ext/qfq/qfq/api/upload.php
"
,
fileDeleteUrl
:
"
typo3conf/ext/qfq/qfq/api/filedelete.php
"
,
pageState
:
new
n
.
PageState
()
},
settings
);
...
...
@@ -48,7 +49,8 @@ var QfqNS = QfqNS || {};
this
.
settings
.
submitTo
,
this
.
settings
.
deleteUrl
,
this
.
settings
.
refreshUrl
,
this
.
settings
.
fileUploadTo
);
this
.
settings
.
fileUploadTo
,
this
.
settings
.
fileDeleteUrl
);
this
.
qfqForm
.
setBsTabs
(
this
.
bsTabs
);
this
.
qfqForm
.
on
(
'
qfqform.destroyed
'
,
this
.
destroyFormHandler
.
bind
(
this
));
}
catch
(
e
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment