Skip to content

Commit

Permalink
Fixes & prompt for a name while uploading
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel on umini committed Jun 5, 2015
1 parent 2a3ad88 commit 2971a4e
Show file tree
Hide file tree
Showing 3 changed files with 89 additions and 65 deletions.
151 changes: 88 additions & 63 deletions functions.js

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

2 changes: 1 addition & 1 deletion functions.min.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
<link rel="stylesheet" type="text/css" href="style.min.css">
<script src="external.min.js"></script>
<script src="functions.min.js"></script>
<script src="raw.min.js"></script>
<script>
var features = {<?php echo (file_exists(".raw") ? '"srs":' . file_get_contents(".raw") . "," : ""); ?>"uploading": <?php echo uploading ? "true" : "false"; ?>, "deleting": <?php echo deleting ? "true" : "false"; ?>, "renaming": <?php echo renaming ? "true" : "false"; ?>},
imgs = Array(<?php
Expand Down

0 comments on commit 2971a4e

Please sign in to comment.