Ticket #4207 (closed Bugs: fixed)

Opened 3 years ago

Last modified 3 years ago

Javascript error 2.8beta - Expected identifier, string or number

Reported by: habile Assigned to:
Priority: major Milestone: 2.8
Component: Web interface Version: 2.8-branch
Keywords: Cc:
Confirmation: Unreviewed Distro:
Backend Engine: All Distro Ver:
Backend Ver: SVN Revision (if applicable):

Description

I get an error when using IE8 with 2.8beta. The JS error appears when the main page loads and I'm unable to 'Apply Configuration'.

If I use Safari (and probably most other browsers) it's fine. In IE debug I ge the error:

Expected identifier, string or number libfreepbx.javascripts.js, line 614 character 750

$('#nav').tabs({cookie:{expires:30},});});function bite(agreement,soul,alchemy){agreement+=' ';var squirrel=agreement.length;var camera=0;

The debugger places character 750 on the comma in expires:30},

I've purged cache, used different client machine etc. etc.

Change History

04/12/10 18:14:17 changed by mbrevda

  • status changed from new to closed.
  • resolution set to fixed.

(In [9495]) closes #4207, remove comma withough any values after it due to IE stupidities

04/12/10 18:17:03 changed by mbrevda

habile, This should be fixed, although you wont be able to test until we roll another libfreepbx.javascripts.js. In the mean time, this should solve the IE issues... http://www.google.com/chromeframe

04/13/10 04:43:32 changed by mbrevda

(In [9500]) re #4207; rebuild libfreepbx. Also, update build script to ensure proper file ordering