Skip to content

Commit 4086be3

Browse files
committed
WIP
1 parent 8d88395 commit 4086be3

File tree

1 file changed

+1
-0
lines changed
  • Neos.Media.Browser/Resources/Public/JavaScript

1 file changed

+1
-0
lines changed

Neos.Media.Browser/Resources/Public/JavaScript/new.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
var message = 'The file size of ' + readableFileSize + ' exceeds the allowed limit of ' + readableMaximumFileSize;
1818
if (window.NeosCMS) {
1919
message = window.NeosCMS.I18n.translate('fileSizeExceedsAllowedLimit', message, 'Neos.Media.Browser', 'Main', [readableFileSize, readableMaximumFileSize]);
20+
console.log(message);
2021
window.NeosCMS.Notification.error(message);
2122
} else {
2223
alert(message);

0 commit comments

Comments
 (0)