Showing with 5 additions and 0 deletions.
  1. +5 −0 js/widgets/popup.js
@@ -801,6 +801,11 @@ define( [ "jquery",

//remove after delay
setTimeout( function() {
// Check if we are in a listview
var $parent = $link.parent().parent();
if ($parent.hasClass("ui-li")) {
$link = $parent.parent();
}
$link.removeClass( $.mobile.activeBtnClass );
}, 300 );
};