Skip to content

Commit

Permalink
Add typeahead as a dep. re mikespub-org#34
Browse files Browse the repository at this point in the history
Note that it's a modified version of release 0.9.3 see twitter/typeahead.js#442
I had to keep duplicates.
  • Loading branch information
seblucas committed Oct 13, 2013
1 parent 5570bcf commit 72cdd53
Show file tree
Hide file tree
Showing 2 changed files with 1,141 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
<link rel="stylesheet" type="text/css" href="<?php echo getUrlWithVersion("resources/Magnific-Popup/magnific-popup.css") ?>" media="screen" />
<script type="text/javascript" src="<?php echo getUrlWithVersion("resources/doT/doT.min.js") ?>"></script>
<script type="text/javascript" src="<?php echo getUrlWithVersion("resources/lru/lru.js") ?>"></script>
<script type="text/javascript" src="<?php echo getUrlWithVersion("resources/typeahead/typeahead.js") ?>"></script>
<?php } ?>
<script type="text/javascript" src="<?php echo getUrlWithVersion("util.js") ?>"></script>
<link rel="related" href="<?php echo $config['cops_full_url'] ?>feed.php" type="application/atom+xml;profile=opds-catalog" title="<?php echo $config['cops_title_default']; ?>" />
Expand Down
Loading

0 comments on commit 72cdd53

Please sign in to comment.