Moved the Agents into their own repo. Kept the agent.pl just for reference
This commit is contained in:
parent
22381be29a
commit
8680a02b13
18132 changed files with 0 additions and 2569420 deletions
|
|
@ -1,8 +0,0 @@
|
|||
$(function() {
|
||||
$.getJSON("home.php?m=tickets&p=notifications&type=cleared", function(data) {
|
||||
if (data['notificationCount'] > 0) {
|
||||
var menutickets = document.getElementsByClassName('tickets');
|
||||
menutickets[0].innerHTML += "<text style='background:#aa0000;color:white;border-radius:20px;border:1px solid white;margin-left:5px'> <b>" + data['notificationCount'] + "</b> </text>";
|
||||
}
|
||||
});
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue