1
0
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:
Cameron
2012-11-30 18:14:51 -08:00
parent 6d862f3fdf
commit 01a6e11f44
4 changed files with 63 additions and 8 deletions

View File

@@ -41,6 +41,11 @@ $(document).ready(function()
});
});
$('.e-noclick').click(function(e) {
e.stopPropagation();
});
// $(".e-spinner").spinner(); //FIXME breaks tooltips etc.