Merged in julceslau/processmaker (pull request #1199)

Little js error when import a process using IE10
This commit is contained in:
Julio Cesar Laura Avendaño
2014-11-14 11:07:08 -04:00

View File

@@ -1207,7 +1207,7 @@ importProcess = function()
Ext.MessageBox.show({
title : '',
msg : resp_.catchMessage,
msg : resp.catchMessage,
buttons : Ext.MessageBox.OK,
animEl : 'mb9',
fn : function(){},