Switch to side-by-side view

--- a/backend/notificationManager.js
+++ b/backend/notificationManager.js
@@ -236,6 +236,7 @@
 		reason.forEach(function(eachElem, reasonidx){
 			eachElem.results.forEach(function(eachResult, resultidx){
 				if(eachResult.success){
+					//Get Rules by RulesID
 					mysql.getRulesListByRulesID(eachResult.ruleid, function(isOK, ruleslist){
 						if(!isOK){
 							logger.error("getRulesListByRulesID Failed: " + ruleslist);