Author: humbedooh
Date: Sun Oct  6 04:16:46 2019
New Revision: 1868039

URL: http://svn.apache.org/viewvc?rev=1868039&view=rev
Log:
remove spinner on load

Modified:
    comdev/reporter.apache.org/trunk/site/wizard/js/source/generators.js
    comdev/reporter.apache.org/trunk/site/wizard/js/wizard-beta.js

Modified: comdev/reporter.apache.org/trunk/site/wizard/js/source/generators.js
URL: 
http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/wizard/js/source/generators.js?rev=1868039&r1=1868038&r2=1868039&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/wizard/js/source/generators.js 
(original)
+++ comdev/reporter.apache.org/trunk/site/wizard/js/source/generators.js Sun 
Oct  6 04:16:46 2019
@@ -165,6 +165,7 @@ function pre_splash(state, json) {
 
 function splash(state, json, all) {
     pdata = json;
+    document.getElementById('wizard_spinner').style.display = 'none';
     let html = document.getElementById('wrapper');
     html.style.display = 'block';
     let link = all ? 'All projects (<a href="javascript:splash({}, pdata, 
false);">show only your projects</a>):' : 'Your projects (<a 
href="javascript:splash({}, pdata, true);">show all projects</a>):'

Modified: comdev/reporter.apache.org/trunk/site/wizard/js/wizard-beta.js
URL: 
http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/wizard/js/wizard-beta.js?rev=1868039&r1=1868038&r2=1868039&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/wizard/js/wizard-beta.js (original)
+++ comdev/reporter.apache.org/trunk/site/wizard/js/wizard-beta.js Sun Oct  6 
04:16:46 2019
@@ -1380,6 +1380,7 @@ function pre_splash(state, json) {
 
 function splash(state, json, all) {
     pdata = json;
+    document.getElementById('wizard_spinner').style.display = 'none';
     let html = document.getElementById('wrapper');
     html.style.display = 'block';
     let link = all ? 'All projects (<a href="javascript:splash({}, pdata, 
false);">show only your projects</a>):' : 'Your projects (<a 
href="javascript:splash({}, pdata, true);">show all projects</a>):'


Reply via email to