agozhiy commented on a change in pull request #1995: DRILL-7605: Preserve query
form field values between reloads / navigation
URL: https://github.com/apache/drill/pull/1995#discussion_r385287759
##########
File path: exec/java-exec/src/main/resources/rest/query/query.ftl
##########
@@ -87,13 +87,33 @@
</form>
<script>
+ // Remember form field values over page reloads
+
$('input[type=text],input[type=checkbox],input[type=radio],select').each(function()
{
+ var $input = $(this);
Review comment:
```suggestion
var $input = $(this);
```
Wrong indentation (should be 2 spaces)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services