mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-28 02:34:10 -04:00
XSS / style fixes for newly detected issues (after fixing XSS scanner)
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
|
||||
update = function() {
|
||||
$.ajax({
|
||||
url: "<?= url::site("admin/maintenance/run/$task->id?csrf=$csrf") ?>",
|
||||
url: <?= html::js_string(url::site("admin/maintenance/run/$task->id?csrf=$csrf")) ?>,
|
||||
dataType: "json",
|
||||
success: function(data) {
|
||||
target_value = data.task.percent_complete;
|
||||
|
||||
Reference in New Issue
Block a user