gallery.accords-library.com/client
rr- 7e62751e4e client/tags: fix hovering over autocomplete in FF
Hovering over an autocomplete box always selected the last element
rather than the element under the cursor. This is because resultIndex
was bound by reference.

This looks like a bug in FF implementation of "for (let [x, y] of ...)"
-rather than binding "x" and "y" to the scope of the loop, it's
equivalent to "for (var [x, y] of ...)", which causes nasty anomalies
for functions created inside the loop body.
2016-07-05 23:59:10 +02:00
..
css client/css: fix sizing of large posts 2016-07-03 18:30:33 +02:00
html client/general: handle spaces in autocomplete 2016-07-03 19:38:17 +02:00
img client/posts: add transparency grid 2016-06-11 22:34:01 +02:00
js client/tags: fix hovering over autocomplete in FF 2016-07-05 23:59:10 +02:00
public client/build: Google Droid Sans → local Open Sans 2016-05-21 14:02:08 +02:00
.babelrc client/build: transpile ES6 for older browsers 2016-04-13 20:13:10 +02:00
.jscsrc client/build: remove babel when not transpiling 2016-05-21 00:08:43 +02:00
build.js client/posts: add transparency grid 2016-06-11 22:34:01 +02:00
package.json client/router: introduce own router 2016-06-12 21:43:20 +02:00