1. Changed url for google vis api to the secure version so that warnings thrown when serving content from https:// are not thrown. (see issue NIHVIVO-1595 for more info)

This commit is contained in:
cdtank 2011-01-05 19:17:10 +00:00
parent 6c9ec68641
commit ce61bcb1cf
12 changed files with 12 additions and 12 deletions

View file

@ -1,6 +1,6 @@
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
${headScripts.add("http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js")}
${headScripts.add("http://www.google.com/jsapi?autoload=%7B%22modules%22%3A%5B%7B%22name%22%3A%22visualization%22%2C%22version%22%3A%221%22%2C%22packages%22%3A%5B%22areachart%22%2C%22imagesparkline%22%5D%7D%5D%7D")}
${headScripts.add("https://www.google.com/jsapi?autoload=%7B%22modules%22%3A%5B%7B%22name%22%3A%22visualization%22%2C%22version%22%3A%221%22%2C%22packages%22%3A%5B%22areachart%22%2C%22imagesparkline%22%5D%7D%5D%7D")}
This is Dummy Vis Client. For Real!
Really Re!