From e277baed387b642bb7e6707b49e55da4719a9c79 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 5 Nov 2013 20:25:55 +0100 Subject: Working on download of remote configs --- script/custom.js | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 script/custom.js (limited to 'script') diff --git a/script/custom.js b/script/custom.js new file mode 100644 index 00000000..f2906813 --- /dev/null +++ b/script/custom.js @@ -0,0 +1,6 @@ +function loadContent(elem, source) +{ + $(elem).html('
In Progress....
'); + $(elem).load(source); +} + -- cgit v1.2.3-55-g7522