aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@redhat.com>2013-05-22 23:52:43 +0200
committerMatěj Cepl <mcepl@redhat.com>2013-05-22 23:53:34 +0200
commitfb35a5e541342cdf9f73961c575c123f00dac79a (patch)
treea5a9d4f32c1be7553106ba599b56cd24f5b3f67a /index.html
parentbb2685eed25e1f347188c6dfc32d5756adf3d006 (diff)
downloadimportLDIF-fb35a5e541342cdf9f73961c575c123f00dac79a.tar.gz
Add storage of the last URL to the localStorage.
Fixes #102
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/index.html b/index.html
index 2790ec1..16961c1 100644
--- a/index.html
+++ b/index.html
@@ -18,7 +18,9 @@
<legend>LDIF location</legend>
<div>
<label for="URL">URL of the LDIF file:</label>
- <input name="URL" type="url" required autofocus>
+ <input name="URL" type="url" required autofocus
+ placeholder="Enter URL of the LDIF file"
+ mozactionhint="go">
</div>
<!--div>
<label for="user-name">Username:</label>