]> lifelog.hopto.org Git - LifeLog.git/commitdiff
Removed background anim, blocks browser on tests.
authorWill Budic <redacted>
Tue, 7 Jan 2020 07:45:17 +0000 (18:45 +1100)
committerWill Budic <redacted>
Tue, 7 Jan 2020 07:45:17 +0000 (18:45 +1100)
htdocs/cgi-bin/login_ctr.cgi

index 1fb318e9fa414d3262941d485e21747a0d644e5c..7eaaf16d362d824681c4c0410761744a4e9edb89 100755 (executable)
@@ -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 }
+                
             ]
 );