commented out console.log reference, line 8
This commit is contained in:
parent
cfcea88dfe
commit
a3257c2fa8
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ var associateProfileFields = {
|
|||
/* *** Initial page setup *** */
|
||||
|
||||
onLoad: function() {
|
||||
console.log('Here we are');
|
||||
//console.log('Here we are');
|
||||
if (this.disableFormInUnsupportedBrowsers()) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue