From: Will Budic Date: Tue, 7 Jan 2020 07:45:17 +0000 (+1100) Subject: Removed background anim, blocks browser on tests. X-Git-Url: https://lifelog.hopto.org/gitweb/?a=commitdiff_plain;h=db9aa8b5db956dad4f7a22bf6d25038b0abcabdb;p=LifeLog.git Removed background anim, blocks browser on tests. --- 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 } + ] );