mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-04-20 07:00:16 +00:00
first commit
This commit is contained in:
15
i/js/dev/msg.js
Executable file
15
i/js/dev/msg.js
Executable file
@@ -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