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/js/von-sparql-venn.js

    r28914 r29450  
    1717    }
    1818
    19     pathArray[index] = new Path.Circle(new Point(70 + (index) * 70,70),50);
     19    pathArray[index] = new Path.Circle(new Point(123 + (index) * 70,85),50);
    2020    pathArray[index].strokeColor = 'black';
    2121    newColor = pallete[Math.floor(Math.random()*pallete.length)];   
Note: See TracChangeset for help on using the changeset viewer.