mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
Fixed compilation error.
This commit is contained in:
@@ -1118,7 +1118,6 @@ angular.module('GroupsHelper', [ 'RestServices', 'Utilities', 'ListGenerator', '
|
|||||||
// Set modal dimensions based on viewport width
|
// Set modal dimensions based on viewport width
|
||||||
ww = $(document).width();
|
ww = $(document).width();
|
||||||
wh = $('body').height();
|
wh = $('body').height();
|
||||||
x, y, maxrows;
|
|
||||||
if (ww > 1199) {
|
if (ww > 1199) {
|
||||||
// desktop
|
// desktop
|
||||||
x = 675;
|
x = 675;
|
||||||
|
|||||||
Reference in New Issue
Block a user