mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
fixes #2046 avoid strip_tags if pwg_token is provided
* pwg.categories.setInfo * pwg.categories.add * pwg.images.setInfo
This commit is contained in:
@@ -73,6 +73,7 @@ jQuery(document).ready(function() {
|
||||
comment: $("#cat-comment").val(),
|
||||
visible: $("#cat-locked").is(":checked") ? 'false' : 'true',
|
||||
commentable: $("#cat-commentable").is(":checked") ? "true":"false",
|
||||
pwg_token: pwg_token,
|
||||
},
|
||||
success:function(data) {
|
||||
if (data.stat == "ok") {
|
||||
|
||||
Reference in New Issue
Block a user