mirror of
https://github.com/kennethreitz-archive/wp-krtheme.git
synced 2026-06-05 23:40:16 +00:00
Experiments with system jquery for astroid konami code.
This commit is contained in:
@@ -0,0 +1 @@
|
||||
jQuery.(window).konami(function(){alert('Konami Code Activated!')});
|
||||
+4
-1
@@ -16,6 +16,7 @@
|
||||
|
||||
<script src="<?php echo get_bloginfo('template_directory'); ?>/assets/js/external/modernizr-1.5.min.js"></script>
|
||||
|
||||
|
||||
<!-- Custom Colours -->
|
||||
<style>
|
||||
a,
|
||||
@@ -31,4 +32,6 @@
|
||||
}
|
||||
</style>
|
||||
|
||||
<?php wp_head(); ?>
|
||||
<?php wp_head(); ?>
|
||||
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
|
||||
<script src="<?php echo get_bloginfo('template_directory'); ?>/assets/js/extras.js"></script>
|
||||
Reference in New Issue
Block a user