Commit Graph

21 Commits

Author SHA1 Message Date
Maurício Meneghini Fauth
3bf83954a0 Replace .keyup() with .on()
.keyup() event shorthand is deprecated

Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-05-12 01:28:32 -03:00
Maurício Meneghini Fauth
f4fedc20ee Replace .change() with .on()
.change() event shorthand is deprecated

Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-05-11 20:45:36 -03:00
Maurício Meneghini Fauth
ef99fef8d6 Change ESLint's eqeqeq to error
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-09-25 21:30:14 -03:00
Maurício Meneghini Fauth
00e1ca9b66 Automatic fixes by ESLint
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2017-09-25 14:22:35 -03:00
Dan Ungureanu
1ca19f0ac1 Replaced deprecated jQuery calls.
'bind' and 'unbind', 'delegate' and 'undelegate' have been deprecated in
favor of 'on' and 'off'.

Partially fixes #13166.

Signed-off-by: Dan Ungureanu <udan1107@gmail.com>
2017-04-10 13:06:32 +03:00
Patric Gustafsson
f92c9086a7 Remove unused variable
Signed-off-by: Patric Gustafsson <patricjgustafsson@outlook.com>
2016-11-16 15:30:12 +02:00
Patric Gustafsson
7fa44155f1 Remove odd CSS class logic from PHP and JS files
Odd CSS class is no longer needed as background coloring
is now done with CSS pseudo-class.

Signed-off-by: Patric Gustafsson <patricjgustafsson@outlook.com>
2016-08-23 13:46:55 +03:00
Michal Čihař
dcdeee28eb Gracefully handle errors in regex based javascript search
User can write any invalid regex and we should handle this gracefully.

Signed-off-by: Michal Čihař <michal@cihar.com>
2016-01-19 10:44:03 +01:00
Hugues Peccatte
a190826020 Improve jQuery selectors.
Remove duplicated selectors.

Signed-off-by: Hugues Peccatte <hugues.peccatte@gmail.com>
2015-08-24 21:06:27 +02:00
Madhura Jayaratne
56caa89f80 Having to click the table header for sorting is more of less obvious with header text inside and anchor
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-02-11 11:31:45 +05:30
Madhura Jayaratne
d475b3444c bug #4617 UI issues with sortable tables
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2014-12-08 17:56:15 +05:30
Michal Čihař
50deebcbdf Coding style: Bad line breaking before logical operators 2013-10-02 12:07:15 +02:00
Michal Čihař
27b213431c Reference javascript messages by dot notation instead of using ['strFoo'] 2013-04-16 13:32:51 +02:00
Michal Čihař
e2571c5628 Various javascript spacing fixes 2013-04-15 16:20:04 +02:00
Michal Čihař
a1b6f206b2 Various spacing and identation fixes 2013-04-15 15:13:14 +02:00
Michal Čihař
cc7bef87d5 Some forgotten === conversion 2013-04-15 12:14:26 +02:00
Michal Čihař
020a3e1ce4 Use type cast safe comparison
The values like true, '' or 0 could compare to lot of other stuff with
type casting.
2013-04-15 12:03:11 +02:00
Marc Delisle
3206db75e7 Continue converting to jQuery UI tooltip 2013-01-02 08:37:24 -05:00
Marc Delisle
07463e4a04 Start converting to jQuery UI tooltip 2013-01-01 16:18:26 -05:00
Rouslan Placella
04549d2dcc Restored server_status table sorter 2012-12-14 19:05:04 +00:00
Rouslan Placella
8875eb4799 Moved more features from server_status.php to own pages
Dropped live charting
2012-12-14 19:05:03 +00:00