Commit Graph

11 Commits

Author SHA1 Message Date
taitus
f463baf14a Fix removing item twice
Add spec which is fixed with this commit.

In the `sTagsArea` zone there are two elements with the same `data-val`:
the `<span class="amsify-select-tag>` containing the selected tag and
the `<li class="amsify-list-item" data-val="1">` containing the
suggested tag.

This means every time we call `removeTag`, the `removeTagByItem`
function is called twice, and might remove extra items.

Suggested PR:
c8765a6915
2021-01-20 19:18:03 +01:00
taitus
beda6cb8c8 Add JQuery library for input tags
Source: https://github.com/amsify42/jquery.amsify.suggestags
2021-01-20 10:41:08 +01:00
Javi Martín
738e9ebc8b Remove code specific to Internet Explorer 8
Internet Explorer 9 was released eight years ago. Besides that, we don't
really support IE8 anyway, since we show a popup to IE8 users saying
we don't support it, we haven't maintained the IE8-specific CSS file for
years, and we don't test our JavaScript against IE8.
2019-09-10 22:43:37 +02:00
taitus
9b6b57a24c Remove all white spaces 2017-09-06 14:12:32 +02:00
Juanjo Bazán
15fc911bfb adds js for input type=number to IE<9 2016-03-08 14:32:54 +01:00
kikito
b864c164b2 eliminates unused javascript files 2015-12-18 17:17:15 +01:00
Alberto Garcia Cabeza
0021eb58ff Comments annotator css on js file 2015-12-17 21:03:52 +01:00
kikito
f43248b174 renames & refactors annotations.js into annotable.js 2015-12-16 16:07:23 +01:00
Abigail Sosa
189a6426b1 Se agregan anotaciones a propuestas existentes 2015-12-16 11:45:46 +01:00
Eloy Gomez
637e428f4c Add c3.js and dependencies 2015-08-17 19:13:38 +02:00
rgarcia
8db3630837 initial commit 2015-07-15 13:32:13 +02:00