alecpl
2009-05-16 a08708509a9e4187a0dbed32c76c50ecf16df3dc
plugins/password/password.js
@@ -33,12 +33,4 @@
   }
    }, true);
  })
    // set page title
    if (rcmail.env.action == 'plugin.password' && rcmail.env.task == 'settings') {
      var title = rcmail.gettext('changepasswd','password')
      if (rcmail.env.product_name)
        title = rcmail.env.product_name + ' :: ' + title;
      rcmail.set_pagetitle(title);
    }
}