Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
robertleeplummerjr committed May 13, 2015
2 parents 6b4057e + 22415ba commit 7b57a99
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -8,7 +8,7 @@ jQuery.sheet

the ajax spreadsheet

[Demo](http://visop-dev.com/jQuery.sheet/jquery.sheet.html)
[Demo](http://spreadsheets.github.io/jQuery.sheet/)

[3.1 Documentation](http://visop-dev.com/doc/js3/index.html)

Expand Down
6 changes: 3 additions & 3 deletions build
@@ -1,9 +1,9 @@
#!/bin/bash

#compile parsers
cd parser/formula
node ../../../jison/ports/php/php.js formula.jison
cd ../../
#cd parser/formula
#node ../../../jison/ports/php/php.js formula.jison
#cd ../../

# directories of the JS files
JS_IN_DIR='./Sheet'
Expand Down
8 changes: 6 additions & 2 deletions index.html
Expand Up @@ -29,6 +29,7 @@
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a href="https://github.com/Spreadsheets/jQuery.sheet/releases">Download</a></li>
<li><a href="http://visop-dev.com/contact+us">Support</a></li>
<li><a href="http://www.VisOp-Dev.com">Sponsor</a></li>
<li><a href="https://github.com/Spreadsheets/jQuery.sheet/">Code</a></li>
Expand Down Expand Up @@ -126,10 +127,10 @@
<!-- Main jumbotron for a primary marketing message or call to action -->
<div class="jumbotron">
<div class="container">
<h1>jQuery.sheet</h1>
<h1>jQuery.sheet (beta)</h1>
<p>Easy & Wicked Fast spreadsheets for the web... Finally!</p>
<div id="sheet" class="jQuerySheet" style="height: 450px;"></div>
<p><a class="btn btn-primary btn-lg" href="#" role="button">Learn more &raquo;</a></p>
<p><a class="btn btn-primary btn-lg" href="https://github.com/Spreadsheets/jQuery.sheet/wiki/jQuery.sheet,-a-different-approach" role="button">Learn more &raquo;</a></p>
</div>
</div>

Expand Down Expand Up @@ -233,6 +234,9 @@ <h2>Enterprise Ready</h2>
<!--Zero Clipboard-->
<script src="bower_components/zeroclipboard/dist/ZeroClipboard.min.js"></script>
<!--/Zero Clipboard-->
<!--Bootstrap-->
<script src="bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
<!--/Bootstrap-->

<script>
var jS;
Expand Down

0 comments on commit 7b57a99

Please sign in to comment.