diff --git a/app/controllers/notificationController.js b/app/controllers/notificationController.js index d15bcf0a..4a87f59f 100644 --- a/app/controllers/notificationController.js +++ b/app/controllers/notificationController.js @@ -118,7 +118,10 @@ app.controller('NotificationController', function ($controller, $scope, Notifica selector: 'textarea', theme: "modern", plugins: "link lists textcolor", - toolbar: "undo redo | formatselect bold italic separator | alignleft aligncenter alignright | numlist bullist | forecolor backcolor" + toolbar: "undo redo | formatselect bold italic separator | alignleft aligncenter alignright | numlist bullist | forecolor backcolor", + relative_urls: false, + remove_script_host : false, + convert_urls : true }; });