summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-FE/client/bower_components/jqTree/test/test.html
blob: 72797ae6f43115a28e15370597a68d165f632479 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!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="../static/bower_components/jquery-1/dist/jquery.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>
    <!--[if gte IE 9]><!-->
        <script src="../static/bower_components/blanket/dist/qunit/blanket.js"></script>
    <!--<![endif]-->
    <script src="../tree.jquery.js" data-cover></script>
    <script src="test_build.js"></script>
</head>
<body>
    <div id="qunit"></div>
</body>
</html>