Skip to content

vt7 dev release - Typo in Js

There must be an error in this two files resources/app.js cotainer must be container

		if(typeof cotainer == 'undefined') {
			container = jQuery('body');
		}

and in layouts/vlayout/modules/CustomView/resources/CustomView.js Cotainer must be Container

	contentsCotainer : false,
		if(Vtiger_CustomView_Js.contentsCotainer == false) {
			Vtiger_CustomView_Js.contentsCotainer = jQuery('div.contentsDiv');
		}
		return Vtiger_CustomView_Js.contentsCotainer;