Issue #335 : Remove autocomplete from settings input text fields

This commit is contained in:
jdescottes
2015-11-13 08:51:05 +01:00
parent 0dff1f7a9a
commit 392204e5c5
4 changed files with 9 additions and 9 deletions

View File

@@ -54,7 +54,7 @@
<div class="settings-item">
<label for="tiled-preview">Maximum FPS </label>
<input type="text" class="textfield textfield-small max-fps-input" name="max-fps"/>
<input type="text" class="textfield textfield-small max-fps-input" autocomplete="off" name="max-fps"/>
</div>
<input type="submit" class="button button-primary" value="Save" />