aboutsummaryrefslogtreecommitdiff
path: root/views/default/js/html5.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/js/html5.php')
-rw-r--r--views/default/js/html5.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/views/default/js/html5.php b/views/default/js/html5.php
deleted file mode 100644
index ba2a517d9..000000000
--- a/views/default/js/html5.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?php
-global $CONFIG;
-
-include $CONFIG->pluginspath.'html5/js/Modernizr-1.5.min.js';
-
-$placeholder_script = $vars['url'].'mod/html5/js/jquery.placeholder-1.0.1.js';
-?>
-
-if (!Modernizr.input.placeholder) {
- $(function() { $('[placeholder]').placeholder({className:'html5-placeholder'}); });
- document.write('<script src="<?php echo $placeholder_script; ?>"></script>');
-}