Commit : async added

This commit is contained in:
Rafat Hussain 2015-09-30 12:17:57 +05:30
parent 20d02a6b14
commit 04febc4494
3 changed files with 5 additions and 4 deletions

View File

@ -1,11 +1,11 @@
<div data-ng-controller="TabsController"> <div data-ng-controller="TabsController">
<tabset justified="true"> <tabset justified="true" type="pills">
<tab heading="About"> <tab heading="About">
<br/> <br/>
<p>Wavelib is a web implementation of C/C++ 1D Wavelet Transform codebase using Emscripten and javascript.</p> <p>Wavelib is a web implementation of C/C++ 1D Wavelet Transform codebase using Emscripten and javascript.</p>
<br/> <br/>
<p><b>Requirements</b> : HTML5 compliant modern web browser with javascript enabled. This webapp uses asm.js and angularjs that are not compatible with <p><b>Requirements</b> : HTML5 compliant modern web browser with javascript enabled. This webapp uses asm.js and angularjs that are not compatible with
older browsers.</p> older browsers. Internet Explorer >= 10.0</p>
<br/> <br/>
<p><b>Inputs</b> : You can enter the data vector using either the file input interface or data input interface. In either case, the input is just a <p><b>Inputs</b> : You can enter the data vector using either the file input interface or data input interface. In either case, the input is just a
one dimensional data vector consisting only of numbers and only including common separators like commas or spaces. </p> one dimensional data vector consisting only of numbers and only including common separators like commas or spaces. </p>

View File

@ -59,3 +59,4 @@
</div> </div>

View File

@ -53,7 +53,7 @@
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="js/ie10-viewport-bug-workaround.js"></script> <script src="js/ie10-viewport-bug-workaround.js"></script>
<script src="js/wavelib.js"></script> <script async src="js/wavelib.js"></script>
<!--<script src="js/index_user_scripts.js"></script> --> <!--<script src="js/index_user_scripts.js"></script> -->
<!--<script src="js/dygraph-combined-dev.js"></script>--> <!--<script src="js/dygraph-combined-dev.js"></script>-->
<script src="//cdnjs.cloudflare.com/ajax/libs/dygraph/1.1.1/dygraph-combined.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/dygraph/1.1.1/dygraph-combined.js"></script>