This commit is contained in:
Andy Bunce 2012-10-27 11:41:09 +01:00
parent 49904dabed
commit a34cfab069
4 changed files with 228 additions and 3 deletions

View File

@ -187,7 +187,7 @@
same "printed page" as the copyright notice for easier same "printed page" as the copyright notice for easier
identification within third-party archives. identification within third-party archives.
Copyright [yyyy] [name of copyright owner] Copyright 2012 andy bunce
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.

View File

@ -11,7 +11,7 @@ declare default function namespace 'apb.config';
declare variable $config:default:= declare variable $config:default:=
<config> <config>
<libserver>//cdnjs.cloudflare.com/ajax/libs</libserver> <libserver>//cdnjs.cloudflare.com/ajax/libs</libserver>
<aceserver>http://d1n0x3qji82z53.cloudfront.net</aceserver> <aceserver>http://d1n0x3qji82z53.cloudfront.net/src-min-noconflict</aceserver>
<twitter> <twitter>
<CONSUMER-KEY>CONSUMER-KEY</CONSUMER-KEY> <CONSUMER-KEY>CONSUMER-KEY</CONSUMER-KEY>
<CONSUMER-SECRET>CONSUMER-SECRET</CONSUMER-SECRET> <CONSUMER-SECRET>CONSUMER-SECRET</CONSUMER-SECRET>

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 26 KiB

View File

@ -63,7 +63,7 @@
<div id="svgdiv" class="extend well" style="width:95%;height:30em;min-height:20em;">{$svgwidget}</div> <div id="svgdiv" class="extend well" style="width:95%;height:30em;min-height:20em;">{$svgwidget}</div>
</div> </div>
<script src="{$aceserver}/src-min-noconflict/ace.js" type="text/javascript" charset="utf-8"></script> <script src="{$aceserver}/ace.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript"> <script type="text/javascript">
$(document).ready(function(){{ $(document).ready(function(){{
getsvg(false) getsvg(false)