diff --git a/js/script.js b/js/script.js index 9d9208f..45647f2 100644 --- a/js/script.js +++ b/js/script.js @@ -20,7 +20,7 @@ var unreadCountNotifStep = 12; var lastUnreadCountAllConv = 0; var originalTitle = document.title; -angular.module('ocsms', ['OC']); +angular.module('OcSms', ['OC']); $.urlParam = function(name){ var results = new RegExp('[\?&]' + name + '=([^]*)').exec(window.location.href); diff --git a/templates/main.php b/templates/main.php index 9968a54..0d723ba 100644 --- a/templates/main.php +++ b/templates/main.php @@ -7,7 +7,7 @@ use \OCA\OcSms\Lib\CountryCodes; \OCP\Util::addStyle('ocsms', 'style'); ?> -