Inventory page, group status now working.

This commit is contained in:
Chris Houseknecht
2014-04-04 03:34:18 -04:00
parent 748e82cc8a
commit 5a6bbfee8e
9 changed files with 184 additions and 85 deletions
+8
View File
@@ -137,6 +137,14 @@ angular.module('ModalDialog', ['Utilities', 'ParseHelper'])
}
},
open: function () {
$('.tooltip').each(function () {
// Remove any lingering tooltip <div> elements
$(this).remove();
});
$('.popover').each(function () {
// remove lingering popover <div> elements
$(this).remove();
});
if (onOpen) {
onOpen();
}