summaryrefslogtreecommitdiff
path: root/js
AgeCommit message (Collapse)Author
2018-01-30Fix of last fix :P.Guillaume Mazoyer
2018-01-30Fix parameter field feedback when empty.Guillaume Mazoyer
2016-12-22Focus on and highlight the parameter field if no parameter was given.Guillaume Mazoyer
The parameter field will take the focus and its edges will turn red. This will be cleared up if the reset button is hit or if the field is changed.
2015-05-19Update JQuery to 2.1.4.Guillaume Mazoyer
Also move JQuery to the 'libs' directory.
2014-12-19Update jquery to 2.1.3.Guillaume Mazoyer
2014-09-03Parameter needs to be given.Guillaume Mazoyer
2014-08-29Real fix for doc update when page has been reset.Guillaume Mazoyer
2014-08-29Revert "Fix help dialog not displaying proper text after clicking on the ↵Guillaume Mazoyer
reset button." This reverts commit 5d0e0cd50373d02aaf6e9f0289ade1f1a22fbe5f. Another fix must be found.
2014-08-29Fix help dialog not displaying proper text after clicking on the reset button.Guillaume Mazoyer
2014-08-06Reminder of the command in the help modal.Guillaume Mazoyer
2014-08-05Add help button.Guillaume Mazoyer
Add a help button to the parameter field to get more information about the selected command and especially about the parameter needed for the command to be properly executed. The help appears in a modal dialog whose content is updated when a command is selected.
2014-08-05Don't use AJAX global events, use local events only.Guillaume Mazoyer
2014-08-04Split IPv4 and IPv6 results.Guillaume Mazoyer
Show the executed command for each output.
2014-07-18Use jquery 2.x.y instead of 1.x.y.Guillaume Mazoyer
2014-06-11Handle error more properly.Guillaume Mazoyer
Exception are forwarded up to be able to inform the user about it.
2014-06-10New directory js/ for Javascript file.Guillaume Mazoyer
Use a local jquery instead of an online one.