45,48d44 < var seeingisbelieving='block'; < var fromorig="Double click to toggle seeing the user interaction menu (as the default at start) or not."; < var toorig="Double click to toggle seeing the user interaction menu (as the default at start) or not."; < 340,343d335 < if (!disturb) { < two=2; < setTimeout(toggleit, 5000); < } else { 345c337 < document.getElementById('mc').style.display=seeingisbelieving; //'block'; --- > document.getElementById('mc').style.display='block'; 347d338 < } 359,360c350,351 < origpl=document.getElementById('mynum').placeholder; < setInterval(eatatjoes, 150); --- > origpl=document.getElementById('mynum').placeholder > setInterval(eatatjoes, 100); 370c361 < document.getElementById('mynum').placeholder=origpl.replace(fromorig, toorig); --- > document.getElementById('mynum').placeholder=origpl; 372,373c363,364 < atst=origpl.replace(fromorig, toorig).substring(0,iorigpos); < document.getElementById('mynum').placeholder=origpl.replace(fromorig, toorig).substring(iorigpos) + atst; --- > atst=origpl.substring(0,iorigpos); > document.getElementById('mynum').placeholder=origpl.substring(iorigpos) + atst; 421,427d411 < if (evt.target.value.toLowerCase() == 'm') { < titlenuance('block'); < evt.target.value=''; < } else if (evt.target.value.toLowerCase() == 'w') { < titlenuance('none'); < evt.target.value=''; < } 472,480d455 < if (mwc.value.toLowerCase() == 'm') { < titlenuance('block'); < mwc.value=''; < return true; < } else if (mwc.value.toLowerCase() == 'w') { < titlenuance('none'); < mwc.value=''; < return true; < } 678c653 < //alert(145); --- > alert(145); 746,790d720 < < function titlenuance(inidc) { < if (inidc == 'none') { < if (document.title.indexOf('Dappled Light') != -1) { < document.title=String.fromCodePoint(10060) + ' Dappled Light' + document.title.split('Dappled Light')[1]; < } < document.getElementsByTagName('div')[0].title=document.getElementsByTagName('div')[0].title.replace('(as the default at start, and currently)', '(as the default at start, but not currently)').replace('(as the default at start)', '(as the default at start, but not currently)'); < document.getElementById('dstyles').innerHTML+=''; < } else { < if (document.title.indexOf('Dappled Light') != -1) { < document.title=String.fromCodePoint(10004) + ' Dappled Light' + document.title.split('Dappled Light')[1]; < } < document.getElementsByTagName('div')[0].title=document.getElementsByTagName('div')[0].title.replace('(as the default at start, but not currently)', '(as the default at start, and currently)').replace('(as the default at start)', '(as the default at start, and currently)'); < document.getElementById('dstyles').innerHTML+=''; < } < toorig=document.getElementsByTagName('div')[0].title; < seeingisbelieving=inidc; < document.getElementById('mc').setAttribute('data-sib', inidc); < return inidc; < } < < function okd(evt) { < var char = evt.which || evt.keyCode; < switch (char) { < case 77: // M < titlenuance('block'); //alert('m detected'); < break; < < case 87: // W < titlenuance('none'); //alert('w detected'); < break; < < default: < break; < } < return true; < } < < function oneokd(evt) { < return true; < } < < function twookd(evt) { < return true; < } 797,798c727,728 <
<