diff --git Gruntfile.js Gruntfile.js
index 4e57672..738393e 100644
|
|
module.exports = function( grunt ) { |
213 | 213 | tracUrl: 'bbpress.trac.wordpress.org' |
214 | 214 | } |
215 | 215 | }, |
| 216 | upload_patch: { |
| 217 | options: { |
| 218 | tracUrl: 'bbpress.trac.wordpress.org' |
| 219 | } |
| 220 | }, |
216 | 221 | phpunit: { |
217 | 222 | 'default': { |
218 | 223 | cmd: 'phpunit', |
diff --git src/templates/default/js/user.js src/templates/default/js/user.js
index 7e74e2b..910db71 100644
|
|
|
1 | 1 | if ( window.location.hash === '#password' ) { |
2 | 2 | document.getElementById('pass1').focus(); |
3 | | } |
4 | | No newline at end of file |
| 3 | } |