Skip to content

Commit

Permalink
Release 1.0 Stable
Browse files Browse the repository at this point in the history
  • Loading branch information
dthies committed Aug 14, 2014
1 parent bfe078d commit c401def
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ NS.Editor=function(editorID,config){
//Place math editor on page
this.node.setHTML('<div id="' +toolboxID +'" class="'+CSS.TOOLBOX+'">'
+ '<div style="background-color: white; color: green; height: 300px; line-height: 75px; font-size: 18px; text-align:center"><br />Mathslate Mathematics Editor<br />'
+ 'v. 1.0RC1</div><script type="math/tex">\\quad</script><math> <mo> </mo></math></div>'
+ 'Version 1.0</div><script type="math/tex">\\quad</script><math> <mo> </mo></math></div>'
+ '<div id="' +workID +'" ></div>');

var tbox={tools: [],
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ NS.Editor=function(editorID,config){
//Place math editor on page
this.node.setHTML('<div id="' +toolboxID +'" class="'+CSS.TOOLBOX+'">'
+ '<div style="background-color: white; color: green; height: 300px; line-height: 75px; font-size: 18px; text-align:center"><br />Mathslate Mathematics Editor<br />'
+ 'v. 1.0RC1</div><script type="math/tex">\\quad</script><math> <mo> </mo></math></div>'
+ 'Version 1.0</div><script type="math/tex">\\quad</script><math> <mo> </mo></math></div>'
+ '<div id="' +workID +'" ></div>');

var tbox={tools: [],
Expand Down
2 changes: 1 addition & 1 deletion yui/src/editor/js/editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ NS.Editor=function(editorID,config){
//Place math editor on page
this.node.setHTML('<div id="' +toolboxID +'" class="'+CSS.TOOLBOX+'">'
+ '<div style="background-color: white; color: green; height: 300px; line-height: 75px; font-size: 18px; text-align:center"><br />Mathslate Mathematics Editor<br />'
+ 'v. 1.0RC1</div><script type="math/tex">\\quad</script><math> <mo> </mo></math></div>'
+ 'Version 1.0</div><script type="math/tex">\\quad</script><math> <mo> </mo></math></div>'
+ '<div id="' +workID +'" ></div>');

var tbox={tools: [],
Expand Down

0 comments on commit c401def

Please sign in to comment.