Skip to content

Commit

Permalink
v-0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Braitsch committed Apr 20, 2012
1 parent 74c0939 commit 3718f8a
Show file tree
Hide file tree
Showing 4 changed files with 728 additions and 1 deletion.
2 changes: 1 addition & 1 deletion local/header.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
$version='0.2.3'; $dl='https://raw.github.com/braitsch/js3/master/src/JS3-'.$version.'-min.js';
$version='0.2.4'; $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://js3.quietless.com';
function linkto($n){ global $root; echo $root.$n;}
?>
Expand Down
Binary file modified src/.DS_Store
Binary file not shown.
36 changes: 36 additions & 0 deletions src/JS3-0.2.4-min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 3718f8a

Please sign in to comment.