Skip to content

Commit

Permalink
moving project to js3.quietless.com subdomain
Browse files Browse the repository at this point in the history
  • Loading branch information
Donkeyb committed Apr 17, 2012
1 parent 23258a5 commit 26bd6de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
###JS3 is a fast and lightweight drawing and animation library for the JavaScript Canvas ###JS3 is a fast and lightweight drawing and animation library for the JavaScript Canvas
============= =============


This is a work in progress, however you can view the evolving documentation [here](http://quietless.com/js3/) and a gallery of some examples [here](http://quietless.com/js3/gallery/honeycomb "gallery"). This is a work in progress, however you can view the evolving documentation [here](http://js3.quietless.com/) and a gallery of some examples [here](http://js3.quietless.com/gallery/honeycomb "gallery").
2 changes: 1 addition & 1 deletion local/footer.php
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
<div id='footer'><i>Hand-Crafted with Love by <a href='http://twitter.com/braitsch'>@braitsch</a> in San Francisco, California</i></div> <div id='footer'><i>Lovingly Hand-Crafted by <a href='http://twitter.com/braitsch'>@braitsch</a> in San Francisco, California</i></div>
</div><!-- close content div --> </div><!-- close content div -->
<script type="text/javascript" src=<?php linkto('/vendor/jquery-1.7.1.min.js')?>></script> <script type="text/javascript" src=<?php linkto('/vendor/jquery-1.7.1.min.js')?>></script>
<script type="text/javascript" src=<?php linkto('/vendor/bootstrap-dropdown.js')?>></script> <script type="text/javascript" src=<?php linkto('/vendor/bootstrap-dropdown.js')?>></script>
Expand Down
2 changes: 1 addition & 1 deletion local/header.php
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php <?php
$version='0.2.3'; $dl='https://raw.github.com/braitsch/js3/master/src/JS3-'.$version.'-min.js'; $version='0.2.3'; $dl='https://raw.github.com/braitsch/js3/master/src/JS3-'.$version.'-min.js';
$root = $_SERVER["REMOTE_ADDR"] == '127.0.0.1' ? 'http://localhost:8888' : 'http://quietless.com/js3'; $root = $_SERVER["REMOTE_ADDR"] == '127.0.0.1' ? 'http://localhost:8888' : 'http://js3.quietless.com';
function linkto($n){ global $root; echo $root.$n;} function linkto($n){ global $root; echo $root.$n;}
?> ?>
<!DOCTYPE html> <!DOCTYPE html>
Expand Down

0 comments on commit 26bd6de

Please sign in to comment.