fix bugs about fullscreen and resize behavior.
When trying to go full screen here are the steps:
- turn off onresize event when going fullscreen
- call resize function after fullscreen
- turn on onresize event
<footer id="footer">
<div>© <?php echo date("Y"); ?> IRI </div>
</footer>
<script src="static/lib/jquery.js"></script>
<script src="static/lib/foundation/js/foundation.min.js"></script>
<script>
$(document).foundation();
</script>
</body>
</html>