Skip to content
Snippets Groups Projects
client.js 296 B
Newer Older
  • Learn to ignore specific revisions
  • Gustav Elmqvist's avatar
    Gustav Elmqvist committed
    displayView = function() {
    	// the code required to display a view
    };
    window.onload = function() {
    	// code that is executed as the page is loaded.
    	// You shall put your own custom code here.
    	// window alert() is not allowed to be used in your implementation.
    	window.alert("Hello TDDD97!");
    };