diff options
author | Unrud <unrud@openaliasbox.org> | 2017-04-12 21:35:14 +0200 |
---|---|---|
committer | Unrud <unrud@openaliasbox.org> | 2017-04-12 22:41:18 +0200 |
commit | 7a2bb5be65ccbf7bded3864f43ef441c821f98e8 (patch) | |
tree | 5b70d49e66a6f2b910b0f4387c5f0f4a2a850256 /radicale_web/web/infcloud/index.html | |
parent | Add description and clearify install instructions (diff) | |
download | radicaleinfcloud-7a2bb5be65ccbf7bded3864f43ef441c821f98e8.tar.gz radicaleinfcloud-7a2bb5be65ccbf7bded3864f43ef441c821f98e8.tar.bz2 radicaleinfcloud-7a2bb5be65ccbf7bded3864f43ef441c821f98e8.zip |
InfCloud: Update to 0.13.2rc1
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"> |