Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/karma/js/kStart.js
blob: 51b5f92c28b7ec65bd3977e38949b1961d8eb188 (plain)
1
2
3
4
5
6
7
$(function () {
      // MenuStage.html path for the location of flash interface
      var path = '../../../MenuStage.html';

      $('#backBtn').click(function () { window.location = path; });
      $('#logo').click(function () { $('#logoHelp').toggle(); });
});