// alert(1);
// $(document).on('click','.btn',function(){
// alert(4);
// mentions_text();
// });
// function mentions_text()
// {
// alert(2);
// }
// mentions_text();
// $(document).on("click",".icon-pencil",function()
// {
// alert(3);
// mentions_text();
// });;