diff options
author | Jayaram R Pai | 2014-09-09 13:24:00 +0530 |
---|---|---|
committer | Jayaram R Pai | 2014-09-09 13:24:00 +0530 |
commit | 2f78005613b149d7eccb16d1f3bb55f2b20a2db9 (patch) | |
tree | b0890c9e910ab4df83dcedf7d56b9b62c8fac73a /static/website/templates | |
parent | af7aba032a7ec5fa5da9cc06760d2e67d3c928be (diff) | |
download | scilab-on-cloud-2f78005613b149d7eccb16d1f3bb55f2b20a2db9.tar.gz scilab-on-cloud-2f78005613b149d7eccb16d1f3bb55f2b20a2db9.tar.bz2 scilab-on-cloud-2f78005613b149d7eccb16d1f3bb55f2b20a2db9.zip |
added bode plot to regex, ajax loader to selects
Diffstat (limited to 'static/website/templates')
-rw-r--r-- | static/website/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/website/templates/index.html b/static/website/templates/index.html index a3a6f8a..31d028c 100644 --- a/static/website/templates/index.html +++ b/static/website/templates/index.html @@ -74,7 +74,7 @@ <textarea id="code" placeholder="Write a new code or select existing from above category..."></textarea> </form> </div><!-- /#input --> - <a id="execute" class="button">Execute</a> + <a id="execute" class="button"><span id="execute-inner">Execute</span></a> <div id="output"> <label> |