1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-18 12:21:45 +02:00

Dropzone LAN added. Catch theme shortcode when set in sitelinks but missing and add a debug message.

This commit is contained in:
Cameron
2018-08-24 16:04:12 -07:00
parent 4ab4220093
commit 3d031895ca
3 changed files with 13 additions and 0 deletions

View File

@@ -1519,6 +1519,8 @@ class e_form
$('#".$name_id."_prev').dropzone({
url: '".e_JS."plupload/upload.php?for=".$cat."',
createImageThumbnails: false,
uploadMultiple :true,
dictDefaultMessage: \"".defset('LAN_UI_DROPZONE_DROP_FILES', "Drop files here to upload")."\",
maxFilesize: ".(int) ini_get('upload_max_filesize').",
success: function (file, response) {