// Place your application-specific JavaScript functions and classes here
// This file is automatically included by javascript_include_tag :defaults
//"
+ "
" + $.i18n.prop('code_error_box') + ': ' + code + '
'
+ "" + body + '
'
+ '';
}
dcmgrGUI.logger.push(e.type, xhr);
if(dcmgrGUI.getConfig('error_popup')) {
Sexy.error(message);
if(dcmgrGUI.getConfig('error_popup_once')) {
dcmgrGUI.setConfig('error_popup', false);
}
}
});
//Region selectmenu
$('#regionmenu').selectmenu({
width: 208,
menuWidth: 208,
style:'dropdown',
icons: [
{find: '.script', icon: 'ui-icon-script'},
{find: '.image', icon: 'ui-icon-image'}
],
select: function(event){
}
});
$('#regionmenu-button').css('font-size', '13px')
.css('height', '25px');
$('a[id^="ui-selectmenu-item"]').css('font-size', '13px')
.css('height', '17px')
});
//]]>