source: other-projects/meddle/trunk/index.js@ 31610

Last change on this file since 31610 was 31610, checked in by davidb, 7 years ago

Mods after testing first install

File size: 591 bytes
Line 
1
2$(document).ready(function() {
3
4 //$('#root').load("https://bedrock.resnet.cms.waikato.ac.nz/cgi-bin/meddle/nph-proxy-meddle.cgi/en/20/http/dl.acm.org/");
5 window.location = "https://bedrock.resnet.cms.waikato.ac.nz/cgi-bin/meddle/nph-proxy-meddle.cgi/en/20/http/dl.acm.org/";
6
7/*
8 $.ajax({
9 url: "https://bedrock.resnet.cms.waikato.ac.nz/cgi-bin/meddle/nph-proxy-meddle.cgi/en/20/http/dl.acm.org/",
10 context: document.body
11 }).done(function(data) {
12 $(this).html(data)
13 //var $query_input = $('input[name=query]');
14
15 //var $query_input = $('input[name=go]');
16 });
17*/
18});
19
20
21
Note: See TracBrowser for help on using the repository browser.