mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-22 01:12:17 +00:00
Fixed problems with DialogLib
This commit is contained in:
@@ -74,7 +74,7 @@ var FHC_DialogLib = {
|
||||
buttons: [{
|
||||
text: "Ok",
|
||||
click: function() {
|
||||
$(this).dialog("close");
|
||||
$("#fhc-dialoglib-dialog").remove();
|
||||
}
|
||||
}]
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user