From db9aa8b5db956dad4f7a22bf6d25038b0abcabdb Mon Sep 17 00:00:00 2001 From: Will Budic Date: Tue, 7 Jan 2020 18:45:17 +1100 Subject: [PATCH] Removed background anim, blocks browser on tests. --- htdocs/cgi-bin/login_ctr.cgi | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/htdocs/cgi-bin/login_ctr.cgi b/htdocs/cgi-bin/login_ctr.cgi index 1fb318e..7eaaf16 100755 --- a/htdocs/cgi-bin/login_ctr.cgi +++ b/htdocs/cgi-bin/login_ctr.cgi @@ -46,16 +46,11 @@ if(&processSubmit==0){ print $cgi->start_html( -title => "Personal Log Login", -BGCOLOR => &Settings::bgcol, - -onload => "startBackgroundAnim()", -script => [ - { -type => 'text/javascript', -src => 'wsrc/main.js' }, - { -type => 'text/javascript', -src => 'wsrc/bckanim.js' }, - { -type => 'text/javascript', -src => 'wsrc/jquery.js' }, - { -type => 'text/javascript', -src => 'wsrc/jquery.transit.js' }, - ], + { -type => 'text/javascript', -src => 'wsrc/main.js' }, ], -style => [ - { -type => 'text/css', -src => 'wsrc/'.&Settings::css }, - { -type => 'text/css', -src => "https://fonts.googleapis.com/css?family=Raleway:300"}, + { -type => 'text/css', -src => 'wsrc/'.&Settings::css } + ] ); -- 2.34.1