diff options
Diffstat (limited to 'radicale_web/web/infcloud/index.html')
-rw-r--r-- | radicale_web/web/infcloud/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/radicale_web/web/infcloud/index.html b/radicale_web/web/infcloud/index.html index fd516c2..a62ccb8 100644 --- a/radicale_web/web/infcloud/index.html +++ b/radicale_web/web/infcloud/index.html @@ -39,7 +39,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. <script src="lib/jquery-ui-1.11.4.custom.js" type="text/javascript"></script> <script src="lib/jquery.quicksearch.js" type="text/javascript"></script> <script src="lib/jquery.placeholder-1.1.9.js" type="text/javascript"></script> - <script src="lib/jshash-2.2_sha256.js" type="text/javascript"></script> + <script src="lib/sha256.js" type="text/javascript"></script> <script src="lib/jquery.tagsinput.js" type="text/javascript"></script> <script src="lib/spectrum.js" type="text/javascript"></script> <script src="lib/fullcalendar.js" type="text/javascript"></script> @@ -1564,7 +1564,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. <td></td> <td></td> <td colspan="3"> - <input data-type="value" class="fs" name="tags" id="tags" value="" /> + <input data-type="value" type="text" class="fs" name="tags" id="tags" value="" /> </td> </tr> <tr data-attr-name="NOTE"> |