1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-27 01:40:22 +02: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) { success: function(e) {
if(e) if(e)
{ {
alert(e); // alert(e);
} }
} }
}); });