Skip to content
This repository has been archived by the owner on Jul 8, 2020. It is now read-only.

Commit

Permalink
fix(subtext): subtext got stuck when going from image with subtext to…
Browse files Browse the repository at this point in the history
… no image
  • Loading branch information
fabianmoronzirfas committed Sep 27, 2016
1 parent 78bcc07 commit a77e062
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/themes/default/js/images-adjustments.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ export default function() {
}
});
} else {
$('#subtext').remove();
$('p').removeClass('pwide');
$('#slides').removeClass('wide');
$('#slides').addClass('narrow');
Expand Down

0 comments on commit a77e062

Please sign in to comment.