anvil/html/skins/alteeve/main.js
Digimer 86259a4783 * Got the network.xml and network.json files fixed and parsable.
* Moved config JS to config.js.

Signed-off-by: Digimer <digimer@alteeve.ca>
2018-06-10 00:27:08 -04:00

10 lines
96 B
JavaScript

$.ajaxSetup({
cache: false
});
$(function() {
});
$( window ).on( "load", function()
{
})