js/controls/passwordcontrol/passwordcontrol.js in rsence-pre-2.3.0.15 vs js/controls/passwordcontrol/passwordcontrol.js in rsence-pre-2.3.0.16

- old
+ new

@@ -1,12 +1,5 @@ -/* RSence - * Copyright 2006 Riassence Inc. - * http://riassence.com/ - * - * You should have received a copy of the GNU General Public License along - * with this software package. If not, contact licensing@riassence.com - */ /*** = Description ** Just like HTextControl, but the typed characters are not shown. ** ** = Instance variables @@ -18,6 +11,5 @@ HPasswordControl = HTextControl.extend({ componentName: 'passwordcontrol' }); -