unterminated JS statement

This commit is contained in:
Petr Skoda
2010-09-18 10:35:55 +00:00
parent 5d92c29c15
commit 42d121d7ba
+2 -2
View File
@@ -18,7 +18,7 @@
// //
///////////////////////////////////////////////////////////////////////////
/*
/*
* Library for flash player version detection
*/
@@ -27,4 +27,4 @@ M.core_flashdetect = {};
M.core_flashdetect.init = function(Y) {
var flashversion = swfobject.getFlashPlayerVersion();
Y.io(M.cfg.wwwroot+'/login/environment.php?sesskey='+M.cfg.sesskey+'&flashversion='+flashversion.major+'.'+flashversion.minor+'.'+flashversion.release, {method: "POST"});
}
};