@@ -97,6 +97,10 @@
$('#dialogBody').html(options.message);
$('#dialog').show(200);
}
+
+ function hideDialog(){
+ $('#dialog').hide(200);
+ }
</script>
</body>
</html>