commit | 308db3895f9a392a9d2c2d2684424339f0852933 | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Mon May 30 22:34:07 2016 +0200 |
committer | Akron <nils@diewald-online.de> | Mon Aug 15 20:58:52 2016 +0200 |
tree | 3489c8da523b6b9ede9e8dcd75225b039432279d | |
parent | 6bb7158070b4417ec854c9246f77784f8da72a8e [diff] [blame] |
Introduced alert information to hint helper
diff --git a/dev/demo/hint.html b/dev/demo/hint.html index 7d93d73..38c4a99 100644 --- a/dev/demo/hint.html +++ b/dev/demo/hint.html
@@ -14,10 +14,13 @@ placeholder="Find ..." name="q" id="q-field" + value="mbfhjgfghfhgfhfghfghnhvrthrjvztrhhrnvnthvft" autofocus="autofocus" /> <button type="submit"><span>Go</span></button> </div> </form> </header> + + <a onclick="demoAlert(14, 'This is a warning')">Alert at 14</a> </body> </html>