summaryrefslogtreecommitdiff
path: root/gstudio/static/gstudio/js/Gnowmacs/src/js/savedata.js
blob: 23ab1ef548a193ab76a8ad7e6a6e8b505344607a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
 $.noConflict();
  jQuery(document).ready(function($) {
    // Code that uses jQuery's $ can follow here.
	$("#editdata").click(function(){
	$("html").css({"margin":"0","padding": "0","overflow":"hidden","height": "100%"});
	$("#chart").hide();
	//$("#sidebar").hide();
	$("#gnoweditor").gnowmacs();
	

	    });
       
  });