To participate you must create an account on apostrophenow.org. If you have already done so, click Login.
Changeset 4509
- Timestamp:
- 01/24/12 19:22:37 (4 months ago)
- Author:
- johnnyoffline
- Message:
-
removed log calls in js
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r4208
|
r4509
|
|
| 6 | 6 | this.renderLogin = function(options) { |
| 7 | 7 | |
| 8 | | apostrophe.log('awesome.renderLogin'); |
| | 8 | // apostrophe.log('awesome.renderLogin'); |
| 9 | 9 | |
| 10 | 10 | var template = (options['template']) ? options['template'] : 'loginForm'; |
| … |
… |
|
| 68 | 68 | |
| 69 | 69 | this.destroyLogin = function(options) { |
| 70 | | apostrophe.log('awesome.destroyLogin'); |
| | 70 | // apostrophe.log('awesome.destroyLogin'); |
| 71 | 71 | $('.a-awesome-login-wrapper').remove(); |
| 72 | 72 | window.aAwesomeLogin.rendered = false; |
| … |
… |
|
| 75 | 75 | this.setupLogin = function(options) { |
| 76 | 76 | |
| 77 | | apostrophe.log('awesome.setupAwesomeLogin'); |
| | 77 | // apostrophe.log('awesome.setupAwesomeLogin'); |
| 78 | 78 | |
| 79 | 79 | // Setup Template |
Download in other formats: