From a00c0aab1eb5a7a55bef8ca08115bdd722ab5699 Mon Sep 17 00:00:00 2001 From: Matthew Kosarek Date: Sun, 16 May 2021 19:50:15 -0400 Subject: Moved the frontend directory up so that it no longer exists --- frontend/_wasm/intro/intro.js | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 frontend/_wasm/intro/intro.js (limited to 'frontend/_wasm/intro/intro.js') diff --git a/frontend/_wasm/intro/intro.js b/frontend/_wasm/intro/intro.js deleted file mode 100644 index 37d5faf..0000000 --- a/frontend/_wasm/intro/intro.js +++ /dev/null @@ -1,19 +0,0 @@ -/// - -(function() { - - function main() { - $('#wasm_canvas_play_button').on('click', function() { - $(this).hide(); - $("#wasm_canvas_stop_button").show(); - }); - - $('#wasm_canvas_stop_button').on('click', function() { - $(this).hide(); - $("#wasm_canvas_play_button").show(); - }); - } - - $(document).ready(main); - -})() -- cgit v1.2.1