From ed36d58b370957b58fa4920bb8a5701f3c851ad2 Mon Sep 17 00:00:00 2001 From: Dave Gamache Date: Wed, 11 Jul 2012 10:46:58 -0700 Subject: [PATCH] trying to fix the docs situation --- 404.html | 47 --------------------------------------------- javascripts/tabs.js | 29 ---------------------------- robots.txt | 5 ----- 3 files changed, 81 deletions(-) delete mode 100644 404.html delete mode 100644 javascripts/tabs.js delete mode 100755 robots.txt diff --git a/404.html b/404.html deleted file mode 100644 index a24448f..0000000 --- a/404.html +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - - - Your Page Title Here :) - - - - - - - - - - - - - - - - - - - - - - -
-

Sorry. Couldn't Find That Page!

-
- - - - \ No newline at end of file diff --git a/javascripts/tabs.js b/javascripts/tabs.js deleted file mode 100644 index b832e0c..0000000 --- a/javascripts/tabs.js +++ /dev/null @@ -1,29 +0,0 @@ - -/** - * Skeleton V1.1 - * Copyright 2011, Dave Gamache - * www.getskeleton.com - * Free to use under the MIT license. - * http://www.opensource.org/licenses/mit-license.php - * 8/17/2011 - */ - -(function ($) { - // hash change handler - function hashchange () { - var hash = window.location.hash - , el = $('ul.tabs [href*="' + hash + '"]') - , content = $(hash) - - if (el.length && !el.hasClass('active') && content.length) { - el.closest('.tabs').find('.active').removeClass('active'); - el.addClass('active'); - content.show().addClass('active').siblings().hide().removeClass('active'); - } - } - - // listen on event and fire right away - $(window).on('hashchange.skeleton', hashchange); - hashchange(); - $(hashchange); -})(jQuery); diff --git a/robots.txt b/robots.txt deleted file mode 100755 index d310d07..0000000 --- a/robots.txt +++ /dev/null @@ -1,5 +0,0 @@ -# www.robotstxt.org/ -# www.google.com/support/webmasters/bin/answer.py?hl=en&answer=156449 - -User-agent: * -