Fix frontend bug that opens more info dialog after toggle tap

pull/177/head
Paulus Schoutsen 2015-06-13 09:52:00 -07:00
parent 9792089b57
commit 0f2a50c62f
3 changed files with 314 additions and 274 deletions

View File

@ -1,2 +1,2 @@
""" DO NOT MODIFY. Auto-generated by build_frontend script """
VERSION = "ddf42f54c15daf472d4c8641fab8d418"
VERSION = "db1ec3e116565340804da0e590058d60"

File diff suppressed because it is too large Load Diff

View File

@ -38,9 +38,7 @@
},
listeners: {
// listening for click instead of tap as a work around
// https://github.com/PolymerElements/iron-overlay-behavior/issues/14
'click': 'cardTapped',
'tap': 'cardTapped',
},
cardTapped: function() {