alecpl
2008-07-28 3ac95d5a673db544d7ceeaa9e5fca766cb738120
program/js/googiespell.js
old mode 100755 new mode 100644
@@ -301,7 +301,7 @@
    var onreadystatechange = function () {
      if (req.readyState == 4) {
        try {
          status = req.status;
          var status = req.status;
        }
        catch(e) {};
        if(status == 200 || status == 304 || req.responseText == null) {
@@ -1258,7 +1258,7 @@
GoogieSpell.prototype.decorateTextarea = function(id, /*optional*/spell_container_id, force_width) {
  var me = this;
  if(typeof(id) == "string")
    this.text_area = AJS.getElement(id);
  else