Vergleich jscripts/editor.js - 1.2.8 - 1.2.14

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 105Zeile 105
		
if(this.options && this.options.height)
{

		
if(this.options && this.options.height)
{

			w = this.options.height;

			h = this.options.height;

		}
else if(oldTextarea.style.height)
{

		}
else if(oldTextarea.style.height)
{

Zeile 614Zeile 614
							{
$(this.openTags[i]).className = "toolbar_normal";
}

							{
$(this.openTags[i]).className = "toolbar_normal";
}

							
if($(exploded_tag[0]) && $(exploded_type[0]).type == "select-one")


if($(exploded_tag[0]) && $(exploded_tag[0]).type == "select-one")

							{
$(exploded_tag[0]).selectedIndex = 0;
}

							{
$(exploded_tag[0]).selectedIndex = 0;
}

Zeile 689Zeile 689
		{
var select_start = element.selectionStart;
var select_end = element.selectionEnd;

		{
var select_start = element.selectionStart;
var select_end = element.selectionEnd;

			if(select_end <= 2)

			if(select_end <= 0)

			{
select_end = element.textLength;
}

			{
select_end = element.textLength;
}