fix bug in which hiddenNodes was reference on gview.get('hidden_node'). So any changes on hiddenNodes was modifying the original array too, preventing us to come back to the original state of the view.
<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>