diff --git a/frontend/delta/js/Clipperz/PM/UI/Components/CardToolbar.js b/frontend/delta/js/Clipperz/PM/UI/Components/CardToolbar.js index 6f4b7ea..fbe9ab2 100644 --- a/frontend/delta/js/Clipperz/PM/UI/Components/CardToolbar.js +++ b/frontend/delta/js/Clipperz/PM/UI/Components/CardToolbar.js @@ -66,7 +66,7 @@ Clipperz.PM.UI.Components.CardToolbarClass = React.createClass({ notificationCounter: function () { var result; - console.log("CARD TOOLBAR NOTIFICATIONS", this.props['notifications']); +// console.log("CARD TOOLBAR NOTIFICATIONS", this.props['notifications']); if (this.props['notifications']) { result = this.props['notifications'].length; diff --git a/frontend/delta/js/Clipperz/PM/UI/Components/ExtraFeatures/Plan.js b/frontend/delta/js/Clipperz/PM/UI/Components/ExtraFeatures/Plan.js index 31aa283..a4cecca 100644 --- a/frontend/delta/js/Clipperz/PM/UI/Components/ExtraFeatures/Plan.js +++ b/frontend/delta/js/Clipperz/PM/UI/Components/ExtraFeatures/Plan.js @@ -120,9 +120,9 @@ Clipperz.PM.UI.Components.ExtraFeatures.PlanClass = React.createClass({ this.renderCertificateSection(), - React.DOM.div({'className': 'upgrade'}, [ - React.DOM.button({'className':'button disabled', 'type':'submit'}, "upgrade") - ]) +// React.DOM.div({'className': 'upgrade'}, [ +// React.DOM.button({'className':'button disabled', 'type':'submit'}, "upgrade") +// ]) ]) ]); diff --git a/frontend/delta/js/Clipperz/PM/UI/MainController.js b/frontend/delta/js/Clipperz/PM/UI/MainController.js index d7f3dae..72655ce 100644 --- a/frontend/delta/js/Clipperz/PM/UI/MainController.js +++ b/frontend/delta/js/Clipperz/PM/UI/MainController.js @@ -2551,7 +2551,7 @@ console.log("showCertificateCard_handler"); //============================================================================ addNotification_handler: function (aNotification) { -console.log("ADD NOTIFICATION", aNotification); +//console.log("ADD NOTIFICATION", aNotification); var notification; notification = { @@ -2567,7 +2567,7 @@ console.log("ADD NOTIFICATION", aNotification); }, acknowledgeNotification_handler: function (aNotificationReference) { -console.log("ACKNOWLEDGE NOTIFICATION", aNotificationReference); +//console.log("ACKNOWLEDGE NOTIFICATION", aNotificationReference); var objectIndex = -1; var i, c; @@ -2591,7 +2591,7 @@ console.log("ACKNOWLEDGE NOTIFICATION", aNotificationReference); }, updateNotifications: function () { -console.log("UPDATE NOTIFICATIONS"); +//console.log("UPDATE NOTIFICATIONS"); this.setPageProperties(this.currentPage(), 'notifications', this.notifications()); }, @@ -2730,8 +2730,6 @@ console.log("UPDATE NOTIFICATIONS"); }, //============================================================================ - - /* wrongAppVersion: function (anError) { // this.pages()['errorPage'].setProps({message:anError.message});