Javi Martín
b27855c1cf
Use double quotes in CoffeeScript files
...
As we do in the rest of the application.
Note we cannot add a rule enforcing double quotes because CoffeeScript
Lint does not have such rule.
2019-03-06 11:41:21 +01:00
Javi Martín
d963657e41
Use spaces around curly braces in CoffeeScript
...
Just like we do in Ruby.
2019-03-05 21:38:36 +01:00
Javier Martín
e655c3c958
Fix suggestions keyup timeout.
...
The browser was generating one AJAX request per keystroke, ignoring the
timeout. The clearTimeout() function needs to be called with the ID
value returned by setTimeout().
2018-06-28 21:06:32 +02:00
kikito
99f95b4f32
makes the pr work on keyup and change instead of blur
2016-02-02 18:11:42 +01:00
Maite
8f1431ec3f
corrections about coding style
2016-02-01 17:11:29 +01:00