From dff32c364b99e57db5ea891ce93f7ab5df9b3258 Mon Sep 17 00:00:00 2001 From: Evan Winslow Date: Fri, 18 Mar 2011 21:28:05 -0700 Subject: Removed custom html5 function in favor of core function --- views/default/js/html5.php | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 views/default/js/html5.php (limited to 'views/default/js') 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 @@ -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(''); -} -- cgit v1.2.3