mirror of
https://github.com/nextcloud/ocsms.git
synced 2026-08-22 13:53:00 +00:00
Fix angular ng-app load
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user