Commit fb3d05ec authored by kushalpandya's avatar kushalpandya

Show EE trial license modal on page load if present

parent 55d4f597
...@@ -378,4 +378,9 @@ $(function () { ...@@ -378,4 +378,9 @@ $(function () {
event.preventDefault(); event.preventDefault();
gl.utils.visitUrl(`${action}${$(this).serialize()}`); gl.utils.visitUrl(`${action}${$(this).serialize()}`);
}); });
/**
* EE specific scripts
*/
$('#modal-upload-trial-license').modal('show');
}); });
Markdown is supported
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