From 2709362ce80bd509ebe12031a9735e62826a2884 Mon Sep 17 00:00:00 2001
From: satish <satish.dvnk@vtiger.com>
Date: Wed, 8 Mar 2017 13:26:27 +0530
Subject: [PATCH] Fixes #479 - Typo in Js

---
 resources/app.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/resources/app.js b/resources/app.js
index 80a2239d8..fe235381a 100644
--- a/resources/app.js
+++ b/resources/app.js
@@ -740,7 +740,7 @@ var app = {
 	 */
 	destroyTimeFields : function(container) {
 
-		if(typeof cotainer == 'undefined') {
+		if(typeof container == 'undefined') {
 			container = jQuery('body');
 		}
 
-- 
GitLab