1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-29 18:47:54 +01:00

Fixes #960 - Javascript alert issue.

This commit is contained in:
Cameron 2015-05-21 19:39:00 -07:00
parent bc48a7efa5
commit 02e0f7c548

View File

@ -113,7 +113,7 @@ document.write('<link rel=\"stylesheet\" type=\"text/css\" href=\"".e_PLUGIN_ABS
success: function(e) {
if(e)
{
alert(e);
// alert(e);
}
}
});