User:Contribution/My Sandbox: Difference between revisions

From Xenharmonic Wiki
Jump to navigation Jump to search
Contribution (talk | contribs)
No edit summary
Contribution (talk | contribs)
Blanked the page
Tag: Blanking
 
(31 intermediate revisions by the same user not shown)
Line 1: Line 1:
{| class="wikitable"
|+
!
!
!
!
|-
|
| colspan="2" |
|
|-
|
|
|#Test
|
|-
|
|
|
|
|}
{


var Page = document.getElementById('Body');
var zoom = parseInt(Page.style.zoom) + 10 +'%'
Page.style.zoom = zoom;
return false;
}
function zoomOut()
{
var Page = document.getElementById('Body');
var zoom = parseInt(Page.style.zoom) - 10 +'%'
Page.style.zoom = zoom;
return false;
}

Latest revision as of 09:53, 14 April 2021