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:
@@ -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) {
|
||||
|
||||
|
Reference in New Issue
Block a user