summaryrefslogtreecommitdiff
path: root/gstudio/static/gstudio/js/orgitdown/orgitdown/sets/savedata.js
blob: f407075d481cf1c0c43163bb5b2989c56718c8e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
 $.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();
	document.getElementById('gnoweditor').style.visibility="visible";
	//$("#gnoweditor").show();
       	$("#gnoweditor").orgitdown(mySettings);
	//	alert($("#gnoweditor").val());

	    });
       
  });