Sha256: 24281bf0ced281712da9313aa93de89377d37e95249c7e73847cf6c006c981eb
Contents?: true
Size: 868 Bytes
Versions: 7
Compression:
Stored size: 868 Bytes
Contents
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>jqTree - Test</title> <link rel="stylesheet" href="../static/bower_components/qunit/qunit/qunit.css"> <link rel="stylesheet" href="../jqtree.css"> <!--[if lt IE 9]> <script src="../extra/jquery-1.11.2.min.js"></script> <![endif]--> <!--[if gte IE 9]><!--> <script src="../static/bower_components/jquery/dist/jquery.min.js"></script> <!--<![endif]--> <script src="../static/bower_components/qunit/qunit/qunit.js"></script> <script src="../static/bower_components/blanket/dist/qunit/blanket.js"></script> <script src="../tree.jquery.js" data-cover></script> <script src="../static/bower_components/jquery-mockjax/jquery.mockjax.js"></script> <script src="test.js"></script> </head> <body> <div id="qunit"></div> </body> </html>
Version data entries
7 entries across 7 versions & 1 rubygems