commit: | d0e862317bf23e7a3912d59547e182b63456fcb1 |
author: | Chip Black |
committer: | Chip Black |
date: | Mon Mar 17 01:59:57 2014 -0500 |
parents: | f3923c00ac2967a36685d35fa42224538c6a2d79 |
diff --git a/www/jssrc/blerg/Link.js b/www/jssrc/blerg/Link.js line changes: +2/-0 index 36cfb30..d4b9aec --- a/www/jssrc/blerg/Link.js +++ b/www/jssrc/blerg/Link.js
@@ -16,6 +16,8 @@ enyo.kind({ this.setAttribute('href', this.href); }, muteLink: function(inSender, inEvent) { + if (inEvent.which > 1) + return; inEvent.preventDefault(); if (this.href != '#') location.href = this.href;