Skip to content

Commit

Permalink
Microsoft Edge extension added.
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulkapoor90 committed Dec 4, 2016
1 parent 3424ee9 commit d64bbde
Show file tree
Hide file tree
Showing 88 changed files with 21,190 additions and 2 deletions.
1 change: 1 addition & 0 deletions Extension for Edge/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bower_components/
15 changes: 15 additions & 0 deletions Extension for Edge/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#VIT Academics Enhancement Suite
Enhance your browsing experience on VIT Academics Student Login.

## TODOS
1.Change Main.js file and update functionality with jquery

~~2.Move files to corresponding folders~~

3.Remove css bugs in coursepage

4 .Remove moving spotlight and replace it with a static spotlight which shows all events.

5 .Update the functionality of VES to ~~online payment~~ and Registration , ADD/DROP .

6 .Show Faculty messages on top of the message frame when page loads instead of marquee from bottom.
6 changes: 6 additions & 0 deletions Extension for Edge/background.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<html>
<script src="scripts/background/rename_bg.js"></script>
<script src="scripts/background/background.js"></script>
<script src="scripts/google-analytics/ansyncTracking.js"></script>
<body></body>
</html>
Loading

0 comments on commit d64bbde

Please sign in to comment.