Vergleich jscripts/editor.js - 1.2.8 - 1.2.11

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
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;
}