mirror of
https://github.com/nerzhul/ocsms.git
synced 2025-06-08 00:16:24 +00:00
another cleanup
This commit is contained in:
parent
36b90e41e9
commit
968cc49a7f
@ -86,11 +86,6 @@ function changeSelectedConversation(item) {
|
|||||||
(function ($, OC) {
|
(function ($, OC) {
|
||||||
$(document).ready(function () {
|
$(document).ready(function () {
|
||||||
// Now bind the events when we click on the phone number
|
// Now bind the events when we click on the phone number
|
||||||
$('#app-navigation').find('a').on('click', function (event) {
|
|
||||||
OC.Util.History.pushState('feed=' + $(this).attr('nav-feed'));
|
|
||||||
event.preventDefault();
|
|
||||||
});
|
|
||||||
|
|
||||||
$.getJSON(OC.generateUrl('/apps/ocsms/get/peerlist'), function(jsondata, status) {
|
$.getJSON(OC.generateUrl('/apps/ocsms/get/peerlist'), function(jsondata, status) {
|
||||||
// Use a buffer for better jQuery performance
|
// Use a buffer for better jQuery performance
|
||||||
var peerListBuf = "";
|
var peerListBuf = "";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user