diff options
author | Jayaram R Pai | 2014-09-11 00:02:57 +0530 |
---|---|---|
committer | Jayaram R Pai | 2014-09-11 00:02:57 +0530 |
commit | 961133f4a76fa5e56c74f3521a96109d23855e5a (patch) | |
tree | 4ffb9fbba127a8fb74e46be305ca32421803f5b4 /static/website/templates/index.html | |
parent | 523bc7d9c6e6632f51ad98534806a937b3600557 (diff) | |
download | scilab-on-cloud-961133f4a76fa5e56c74f3521a96109d23855e5a.tar.gz scilab-on-cloud-961133f4a76fa5e56c74f3521a96109d23855e5a.tar.bz2 scilab-on-cloud-961133f4a76fa5e56c74f3521a96109d23855e5a.zip |
added report bug form
Diffstat (limited to 'static/website/templates/index.html')
-rw-r--r-- | static/website/templates/index.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/static/website/templates/index.html b/static/website/templates/index.html index bf15ea4..88abbf8 100644 --- a/static/website/templates/index.html +++ b/static/website/templates/index.html @@ -91,7 +91,7 @@ <textarea id="result"></textarea> </div> <!-- /#output --> <a id="bug" class="button">Report bug / Give Feedback</a> - + <div id="credits"> <small> Disclaimer: Scilab is a trademark of Inria @@ -113,6 +113,9 @@ <div id="databox"></div> </div> <!-- /#databox-wrapper --> + <div id="bug-form-wrapper"> + </div> <!-- /#databox-wrapper --> + <script src="{% static 'website/js/jquery-1.10.2.min.js' %}"></script> <script src="{% static '/static/dajax/jquery.dajax.core.js' %}"></script> <script src="{% static 'website/js/codemirror.js'%}"></script> |