}
}
- if(!empty($_GET['isComment'])) {
+ if (!empty($_GET['isComment'])) {
echo $br . '[url]' . $url . '[/url]';
exit();
}
'$edquote' => L10n::t('Quote'),
'$edcode' => L10n::t('Code'),
'$edimg' => L10n::t('Image'),
- '$edurl' => L10n::t('Link'),
- '$edvideo' => L10n::t('Video'),
+ '$edurl' => L10n::t('Link or Media'),
'$preview' => ((Feature::isEnabled($conv->getProfileOwner(), 'preview')) ? L10n::t('Preview') : ''),
'$indent' => $indent,
'$sourceapp' => L10n::t($a->sourcename),
* @brief The file contains functions for text editing and commenting
*/
-function initComment(callback) {
- if (typeof callback != "undefined") {
- callback();
- }
-}
-
function commentGetLink(id) {
reply = prompt("Please enter a link URL:");
if(reply && reply.length) {
if(reply && reply.length) {
reply = bin2hex(reply);
$.get('parse_url?isComment=1&binurl=' + reply, function(data) {
- if (!editor) $("comment-edit-text-" + id).val("");
- initComment(function(){
- addcommenttext(data, id);
- });
+ addcommenttext(data, id);
});
}
}
<i class="fa fa-link"></i>
</button>
</li>
- <li>
- <button type="button" class="btn-link icon bb-video" style="cursor: pointer;" aria-label="{{$edvideo}}" title="{{$edvideo}}" onclick="insertFormatting('video',{{$id}});">
- <i class="fa fa-video-camera"></i>
- </button>
- </li>
-
<li>
<button type="button" class="btn-link icon underline" style="cursor: pointer;" aria-label="{{$eduline}}" title="{{$eduline}}" onclick="insertFormatting('u',{{$id}});">
<i class="fa fa-underline"></i>