diff options
-rw-r--r-- | demos/button/default.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/button/default.html b/demos/button/default.html index a533539b8..6a7853cf8 100644 --- a/demos/button/default.html +++ b/demos/button/default.html @@ -25,7 +25,7 @@ <input type="submit" value="A submit button"> - <a href="#">An anchor</a> + <a href="javascript:void(0)">An anchor</a> </div><!-- End demo --> |