forked from panique/mini
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
30 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,13 @@ | ||
<!-- jQuery, loaded in the recommended protocol-less way --> | ||
<!-- more http://www.paulirish.com/2010/the-protocol-relative-url/ --> | ||
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script> | ||
|
||
<!-- define the project's URL (to make AJAX calls possible, even when using this in sub-folders etc) --> | ||
<script> | ||
var url = "<?php echo URL; ?>"; | ||
</script> | ||
|
||
<!-- our JavaScript --> | ||
<script src="<?php echo URL; ?>js/application.js"></script> | ||
</body> | ||
</html> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters