1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-02 01:21:21 +03:00

Fixed compilation error.

This commit is contained in:
Chris Houseknecht 2014-02-04 18:28:47 -05:00
parent 91cc144e87
commit 033968a0a9

View File

@ -1118,7 +1118,6 @@ angular.module('GroupsHelper', [ 'RestServices', 'Utilities', 'ListGenerator', '
// Set modal dimensions based on viewport width
ww = $(document).width();
wh = $('body').height();
x, y, maxrows;
if (ww > 1199) {
// desktop
x = 675;