Ignore:
Timestamp:
2014-11-19T09:57:52+13:00 (9 years ago)
Author:
sjs49
Message:

Fixed the mystery error message that was written to console on every page load, by removing our loading of google's chart visualizations. Sgvizler does this by itself now it seems. Also made minor CSS changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-sites-dev/von-sparql/transform/pages/about.xsl

    r29446 r29450  
    9393                </div>
    9494            </div>
    95             <div id="searchControls">
     95            <div id="searchControls" class="searchControls">
    9696                <select id="sel_Limit">
    9797                    <option value="None">No Limit</option>
     
    155155                    }
    156156
    157                     google.load('visualization','1', {packages: ['corechart']});
    158157                    google.setOnLoadCallback(sgvizGo);
    159158                    window.onload=setupPage;
Note: See TracChangeset for help on using the changeset viewer.