Fix two bugs in mctx.gui.js ++
[matches/MCTX3420.git] / testing / MCTXWeb / public_html / static / mctx.control.js
1 /**
2  * Code for the controls page.
3  * @date 19-10-2013
4  */
5
6 mctx.control = {};
7 mctx.control.api = mctx.api + 'control'
8
9 $(document).ready(function () {
10   $.ajax({
11     url : mctx.control.api,
12     data : {'action' : 'identify'}
13   }).done(function () {
14     
15   });
16 });
17

UCC git Repository :: git.ucc.asn.au