Team:Hong Kong-CUHK/home.html
From 2014.igem.org
(Difference between revisions)
m |
m |
||
Line 351: | Line 351: | ||
} | } | ||
- | if (document.body | + | if (document.body) { |
- | + | if(document.body.clientWidth) { | |
- | + | return document.body.clientWidth; | |
- | + | } | |
} | } | ||
+ | return 0; | ||
} | } | ||
Revision as of 16:46, 17 October 2014