diff options
author | zsloan | 2021-08-17 20:51:26 +0000 |
---|---|---|
committer | zsloan | 2021-08-19 18:38:54 +0000 |
commit | 71e6c7483c8675e96376295927133c370478bbba (patch) | |
tree | ffb9984c498e6dc73d431317e7085ee2b6664d71 /wqflask | |
parent | 26958694322855f4ee91beb3b01e73afe75066cf (diff) | |
download | genenetwork2-71e6c7483c8675e96376295927133c370478bbba.tar.gz |
Removed some unnecessary empty lines from loading.html JS
Diffstat (limited to 'wqflask')
-rw-r--r-- | wqflask/wqflask/templates/loading.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/wqflask/wqflask/templates/loading.html b/wqflask/wqflask/templates/loading.html index b02605ee..1edde31e 100644 --- a/wqflask/wqflask/templates/loading.html +++ b/wqflask/wqflask/templates/loading.html @@ -101,7 +101,6 @@ <script src="{{ url_for('js', filename='jquery/jquery.min.js') }}" type="text/javascript"></script> <script src="{{ url_for('js', filename='bootstrap/js/bootstrap.min.js') }}" type="text/javascript"></script> <script type="text/javascript"> - $("#loading_form").attr("action", "{{ start_vars.form_url }}"); setTimeout(function(){ $("#loading_form").submit()}, 350); @@ -112,7 +111,4 @@ $('#show_full_diff').click(function() { $('#diff_table_container').show(); } }) - - - </script> |