Fix about
This commit is contained in:
parent
a6ecd86bff
commit
4496b57614
|
@ -195,7 +195,7 @@ define([
|
||||||
if ( !this.rendered ) {
|
if ( !this.rendered ) {
|
||||||
this.licData = data || true;
|
this.licData = data || true;
|
||||||
} else {
|
} else {
|
||||||
if (data && typeof data == 'object' && typeof(data.customer)=='object') {
|
if (data && typeof data == 'object' && data.customer && typeof(data.customer)=='object') {
|
||||||
this.licData = data;
|
this.licData = data;
|
||||||
var customer = data.customer;
|
var customer = data.customer;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue