view views/maintemplate_local.php @ 54:f9e7119339b2 extractapp

bug fixed: when addTagTitle, removing self-closing tag which causes error in coloring tag
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Mon, 30 Mar 2015 15:34:47 +0200
parents 886f43b26ee2
children a11f9103b8db
line wrap: on
line source

<html>
<head>
<title></title>

<script src="../../js/jquery-1.10.2.min.js"></script>
<script src="../../js/jquery-ui.js"></script>
<script src="../../js/taggingtext.js"></script>

<!-- Bootstrap -->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<!--
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<link href="../../css/bootstrap.min.css" rel="stylesheet">
<script src="../../js/bootstrap.min.js"></script>
<script src="../../js/bootstrap.js"></script>
-->

</head>
<body>

</body>

</html>