Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
MiscFunctions.update1 Function Killing IE 11 - SOLVED
12-05-2018, 01:14 AM, (This post was last modified: 12-05-2018, 02:38 AM by VortecCPI.)
#1
MiscFunctions.update1 Function Killing IE 11 - SOLVED
javascripts\MiscFunctions.js

All scripts directly from GIT for testing.

PHP Code:
function update1(s) {
    var 
ss=s.split(';');
    var 
sss=ss.map((a)=>document.getElementById(a).value);
    var 
ttl sss.reduce((a,b)=>parseFloat(a)+parseFloat(b)); 
    
document.getElementById('ttl').value ttl;


The second line of code in this function kills the Date Picker and new dismissible notifications (and other things?) in IE 11.

If I comment out the second two lines in this function the Date Picker works as expected.

Any ideas on this one
https://www.linkedin.com/in/eclipsepaulbecker
Reply


Messages In This Thread
MiscFunctions.update1 Function Killing IE 11 - SOLVED - by VortecCPI - 12-05-2018, 01:14 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)