import mtweb.0.4.1
[mtweb] / web / out / dist / js / actions / users.js
1 $(document).ready
2 ( function()
3   { init_tinymce();
4   }
5 );
6
7 function init_tinymce()
8 { $(".tinymce").each
9   ( function()
10     { tinyMCE.execCommand("mceAddControl", true, $(this).attr("id"));
11     }
12   );
13 }
14