From d0911a04958a04042da02a334ccc528dae79cc17 Mon Sep 17 00:00:00 2001 From: zsloan Date: Fri, 27 Mar 2015 20:28:51 +0000 Subject: Removed everything from 'web' directory except genofiles and renamed the directory to 'genotype_files' --- web/javascript/tabbed_pages.js | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100755 web/javascript/tabbed_pages.js (limited to 'web/javascript/tabbed_pages.js') diff --git a/web/javascript/tabbed_pages.js b/web/javascript/tabbed_pages.js deleted file mode 100755 index a0a600f8..00000000 --- a/web/javascript/tabbed_pages.js +++ /dev/null @@ -1,32 +0,0 @@ -/* ================================================================ -This copyright notice must be untouched at all times. - -The original version of this script and the associated (x)html -is available at http://www.stunicholls.com/various/tabbed_pages.html -Copyright (c) 2005-2007 Stu Nicholls. All rights reserved. -This script and the associated (x)html may be modified in any -way to fit your requirements. -=================================================================== */ - - -onload = function() { - var e, i = 0; - var ee = document.getElementById('gallery'); - if(ee==null){ - return; - } - while (e = document.getElementById('gallery').getElementsByTagName ('DIV') [i++]) { - if (e.className == 'on' || e.className == 'off') { - e.onclick = function () { - var getEls = document.getElementsByTagName('DIV'); - for (var z=0; z