Fix JS minimization errors
This commit is contained in:
parent
929bad57f5
commit
e674b2974c
3 changed files with 3 additions and 3 deletions
|
@ -8,4 +8,4 @@
|
||||||
'description': 'About Quay.io'
|
'description': 'About Quay.io'
|
||||||
});
|
});
|
||||||
}]);
|
}]);
|
||||||
}())
|
}());
|
|
@ -16,4 +16,4 @@
|
||||||
CookieService.putPermanent('quay.exp-new-layout', value.toString());
|
CookieService.putPermanent('quay.exp-new-layout', value.toString());
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}())
|
}());
|
|
@ -7,4 +7,4 @@
|
||||||
'title': 'Security'
|
'title': 'Security'
|
||||||
});
|
});
|
||||||
}]);
|
}]);
|
||||||
}())
|
}());
|
Reference in a new issue