1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 06:38:00 +02:00

Modal Window and TinyMce Fixes.

This commit is contained in:
Cameron
2013-03-04 22:59:03 -08:00
parent 6ba120e826
commit f666d18f6c
13 changed files with 185 additions and 157 deletions

View File

@@ -286,10 +286,13 @@ $(document).ready(function()
src = src + '&search='+search;
}
//TODO Animate.
$(id).load(src,function() {
// alert(src);
// $(this).hide();
// $(this).SlideLeft();
// $(this).hide();
// $(this).show('slow'); // .slideLeft();
});