The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

Skip to content
Snippets Groups Projects
Commit 39734203 authored by Demian Katz's avatar Demian Katz
Browse files

Style fix.

parent ce5bdabc
No related merge requests found
......@@ -10,7 +10,7 @@ var modalXHR; // Used for current in-progress XHR lightbox request
// Cart actions based on submission
// Change the content of the lightbox
function changeModalContent(html) {
var header = $('#modal .modal-header')
var header = $('#modal .modal-header');
if(header.find('h3').html().length == 0) {
header.css('border-bottom-width', '0');
} else {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment