svncommit
2008-02-12 66f12a4539f1cc0c02de9aba0bb8f6636f50f556
program/js/editor.js
@@ -63,9 +63,10 @@
  // determine the currently displayed editor
  var htmlFlag = document.getElementsByName('_is_html')[0];
  var currentEditor = htmlFlag.value;
  var isHtml = htmlFlag.value;
  if (selectedEditor == currentEditor)
  if (((selectedEditor == 'plain') && (isHtml == "0")) ||
      ((selectedEditor == 'html') && (isHtml == "1")))
    {
    return;
    }