forked from dotkom/notifier
-
Notifications
You must be signed in to change notification settings - Fork 0
/
background.html
41 lines (35 loc) · 1.33 KB
/
background.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html lang="en">
<head>
<title>Background</title>
<meta charset="utf-8">
<!-- JS No Dependencies -->
<script src="libs/jquery-2.0.0.min.js"></script>
<script src="js/missing.js"></script>
<script src="js/hotfix.js"></script>
<!-- JS Behind the Scenes -->
<script src="js/browser.js"></script> <!-- browser needs jquery -->
<script src="js/constants.js"></script> <!-- constants needs browser -->
<script src="js/analytics.js"></script> <!-- analytics needs constants -->
<script src="js/defaults.js"></script> <!-- defaults needs browser -->
<!-- JS Affiliation and Such -->
<script src="js/ajaxer.js"></script> <!-- ajaxer needs jquery -->
<script src="js/images.js"></script> <!-- images needs ajaxer -->
<script src="js/affiliation.js"></script> <!-- affiliation needs images -->
<!-- JS Services -->
<script src="js/cantina.js"></script>
<script src="js/coffee.js"></script>
<script src="js/hours.js"></script>
<script src="js/meetings.js"></script>
<script src="js/news.js"></script>
<script src="js/office.js"></script>
<script src="js/oracle.js"></script>
<script src="js/on_message.js"></script>
<script src="js/servant.js"></script>
<script src="js/timetables.js"></script>
<!-- Document ready sript -->
<script src="cs/background.js"></script>
</head>
<body>
</body>
</html>