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 *** */
|
/* *** Initial page setup *** */
|
||||||
|
|
||||||
onLoad: function() {
|
onLoad: function() {
|
||||||
console.log('Here we are');
|
//console.log('Here we are');
|
||||||
if (this.disableFormInUnsupportedBrowsers()) {
|
if (this.disableFormInUnsupportedBrowsers()) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
@ -174,4 +174,4 @@ var associateProfileFields = {
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
associateProfileFields.onLoad();
|
associateProfileFields.onLoad();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue