Skip to content

Commit

Permalink
Update from core
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeos committed Feb 7, 2017
1 parent ca7ba1e commit 65deea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/themes/aimeos.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Aimeos = {
var overlay = $(".aimeos-overlay");

// remove only if in overlay mode
if(container.size() + overlay.size() > 0) {
if(container.length + overlay.length > 0) {

container.remove();
overlay.remove();
Expand Down

0 comments on commit 65deea8

Please sign in to comment.