]> iEval git - gruntmaster-page.git/blobdiff - js/90-webchat-link.js
Add webchat link to sidebar
[gruntmaster-page.git] / js / 90-webchat-link.js
diff --git a/js/90-webchat-link.js b/js/90-webchat-link.js
new file mode 100644 (file)
index 0000000..77d8fb4
--- /dev/null
@@ -0,0 +1,7 @@
+(function(){
+       'use strict';
+
+       $( document ).ready(function() {
+               $('#webchat').prependTo('#sidebar');
+       });
+})();
This page took 0.02594 seconds and 4 git commands to generate.