Remove the options page for now from the extension.
[skeletonkey.git] / options.js
index 4d2e2452ea2ddfb39713f7241eeb275b30472498..c2bac05dd73a22e9f1014bc06711f46c89bf4bac 100644 (file)
@@ -44,6 +44,9 @@ var SkeletonKeyOptions = SkeletonKeyOptions || function(doc, win) {
   if (win) {
     this._storage = win.localStorage;
   }
+  if (this._maxLength) {
+    this._maxLength.value = this.getMaximumPasswordLength();
+  }
 };
 
 /**