Skip to content
Snippets Groups Projects
Commit bfc55fef authored by Thomas Müller's avatar Thomas Müller
Browse files

bring back L250 as spotted by @tanghus - THX

parent 07b3b23a
Branches
No related tags found
No related merge requests found
......@@ -247,6 +247,7 @@ var OC={
var popup = $('#appsettings_popup');
if(popup.length == 0) {
$('body').prepend('<div class="popup hidden" id="appsettings_popup"></div>');
popup = $('#appsettings_popup');
popup.addClass(settings.hasClass('topright') ? 'topright' : 'bottomleft');
}
if(popup.is(':visible')) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment