So, why in a community install Microsoft Edge starts with:
<head>
<script src="
url.net/components/com_community/assets/...dors/plupload.min.js
"></script>
<script src="
url.net/components/com_community/assets/vendors/plupload.min.js
"></script>
<link href="/components/com_community/assets/vendors/mediaelement/mediaelementplayer.min.css" rel="stylesheet" media="all">
<script src="
url.net/components/com_community/assets/...e.js?_=1474403075440
"></script>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
And IE 11 doesn't include these javascripts?
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
Hi Midgem,
On your IE 11 all jomsocial functions are working fine? So maybe the script file include on another line.
Well, your account is not our valid members, maybe already expired, please you renewal your account to get support from us.
thank you
Hi Mindgem,
I dont have the IE browser for testing this now, but anyway.. before I checked it directly.. I wanna ask you which that error make the all Jomsocial functionality broken? or its still working?
thank you
ok, I will talk this with our javascript developer
sure..our javascript developer will inspect this today..
Well took another look at this issue. Turns out to be a bit different then written in the first post. This code from loader.js always loads the 'j = "bundle.js?_=" + (new Date).getTime();'
function c() {
var b = a.joms.DEBUG,
c = a.joms_assets_url || "",
g = c + (b ? e : f) + j;
a.joms.$LAB.script(function() {
return a.jQuery ? null : c + h
}).wait(function() {
a.joms_init_toolkit()
}).wait(d).script(function() {
return b ? c + i : null
}).wait(function() {
b && require.config({
baseUrl: c + e
})
}).script(g).wait(function() {
a.joms_init_postbox(), a.joms.misc.view.fixSVG()
})
}
<script src="http://www.jomsocial.com/components/com_community/assets/_release/../../assets/vendors/plupload.min.js"></script>
Thank you for your feedback, I will discuss it with our javascript developer.