From 6d8aff7b3657332020ef215eb1b2fc16017e4cc8 Mon Sep 17 00:00:00 2001
From: Roberto Sánchez <roberto.sanchez@curisit.net>
Date: Sun, 26 Jan 2014 13:34:03 +0000
Subject: [PATCH] #395 feature - Added license history entity and new angular directive to load file content

---
 securis/src/main/resources/static/js/main.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/securis/src/main/resources/static/js/main.js b/securis/src/main/resources/static/js/main.js
index 0bf562d..1406d54 100644
--- a/securis/src/main/resources/static/js/main.js
+++ b/securis/src/main/resources/static/js/main.js
@@ -37,7 +37,7 @@
                               $location.path('/login');
                               toaster.pop('warning', 'Session has expired', null, 4000);
     		              } else {
-    		                  console.log('Last access recent');
+    		                  console.debug('Last access recent');
     		              }
     		          }
     		          $store.set('last_access', now);
@@ -61,7 +61,7 @@
 		});
 
 	m.config(function($routeProvider, $locationProvider, $httpProvider) {
-		console.log('Configuring routes...');
+		console.debug('Configuring routes...');
 		    $routeProvider.when('/login', {
 		      templateUrl: 'login.html',
 		      controller: 'LoginCtrl'

--
Gitblit v1.3.2