Skip to content
Snippets Groups Projects

By clicking on server configuration showing blank page in PBX Manager

Merged Satish requested to merge satish.dvnk/vtigercrm:v7 into 7.0.0
+ 295
244
Compare changes
  • Side-by-side
  • Inline
Files
@@ -42,7 +42,7 @@ Vtiger_Index_Js("Settings_Vtiger_Index_Js",{
var shortCutActionEle = jQuery(menuItemId);
var imagePath = shortCutActionEle.data('pinimageurl');
shortCutActionEle.attr('src',imagePath).data('action','pin');
app.helper.showSuccessNotification({'message':''});
app.helper.showSuccessNotification({'message':app.vtranslate('JS_SUCCESSFULLY_UNPINNED')});
}
});
e.stopPropagation();
Loading