mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 11:50:30 +02:00
Example Private Message Menu in Admin area.
This commit is contained in:
@@ -41,6 +41,11 @@ $(document).ready(function()
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
|
||||
$('.e-noclick').click(function(e) {
|
||||
e.stopPropagation();
|
||||
});
|
||||
|
||||
|
||||
// $(".e-spinner").spinner(); //FIXME breaks tooltips etc.
|
||||
|
Reference in New Issue
Block a user