Vergleich jscripts/bbcodes_sceditor.js - 1.8.18 - 1.8.20

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 2Zeile 2




$(document).ready(function($) {

$(function($) {

	'use strict';

var $document = $(document);

	'use strict';

var $document = $(document);

Zeile 514Zeile 514
				}
}


				}
}


			return token.val + content + (token.closing ? token.closing.val : '');

			return $.sceditor.escapeEntities(token.val + content + (token.closing ? token.closing.val : ''));

		}
});


		}
});