mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-06-16 13:51:34 +00:00
first commit
This commit is contained in:
Executable
+15
@@ -0,0 +1,15 @@
|
||||
|
||||
$(document).ready
|
||||
(
|
||||
function()
|
||||
{
|
||||
$(".msg, .msg-ok, .msg-err").on
|
||||
(
|
||||
"click",
|
||||
function()
|
||||
{
|
||||
$(this).fadeOut('fast');
|
||||
}
|
||||
);
|
||||
}
|
||||
);
|
||||
Reference in New Issue
Block a user