Skip to content

Commit

Permalink
[BUGFIX] Use correct variable name in OnlineMedia.js
Browse files Browse the repository at this point in the history
Resolves: #86630
Releases: master, 8.7
Change-Id: I4bce2665ed54cddc3a151445c5863c24ffac6df6
Reviewed-on: https://review.typo3.org/58622
Tested-by: TYPO3com <no-reply@typo3.com>
Reviewed-by: Tymoteusz Motylewski <t.motylewski@gmail.com>
Tested-by: Tymoteusz Motylewski <t.motylewski@gmail.com>
  • Loading branch information
tmotyl committed Oct 12, 2018
1 parent f4102ff commit a77cba4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -36,7 +36,7 @@ define(['jquery',
me.irreObjectUid = me.$btn.data('file-irre-object');
me.allowed = me.$btn.data('online-media-allowed');
me.allowedHelpText = me.$btn.data('online-media-allowed-help-text') || 'Allow to embed from sources:';
me.btnSubmit = me.$btn.data('data-btn-submit') || 'Add';
me.btnSubmit = me.$btn.data('btn-submit') || 'Add';
me.placeholder = me.$btn.data('placeholder') || 'Paste media url here...';

/**
Expand Down

0 comments on commit a77cba4

Please sign in to comment.