# HG changeset patch # User Dan # Date 1203632305 18000 # Node ID b66f029ae12d6251c1b5c1d7a3a53522a50d3de4 # Parent 242353360e37a0da53a073ec0456cb4dd4350c7d Enabled strong compression on pwstrength.js as it causes problems otherwise in Opera diff -r 242353360e37 -r b66f029ae12d includes/clientside/jsres.php --- a/includes/clientside/jsres.php Wed Feb 20 14:38:39 2008 -0500 +++ b/includes/clientside/jsres.php Thu Feb 21 17:18:25 2008 -0500 @@ -66,6 +66,7 @@ 'paginate.js', 'autocomplete.js', 'md5.js', + 'pwstrength.js', 'sha256.js', 'flyin.js', 'template-compiler.js',