Electromau5 / rte-light

Automatically exported from code.google.com/p/rte-light
0 stars 0 forks source link

Dont work with internet explorer 6.0 #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. download the last version of rte->run in internet exmplorer the example 
page (index.html), and None... the internet explorer can`t load the script.

What is the expected output? What do you see instead?
javascript console: (Line 40, Expected identifier, string or number)

What version of the product are you using? On what operating system?
windows xp

Please provide any additional information below.
None.

Original issue reported on code.google.com by power.ep...@gmail.com on 31 May 2009 at 9:15

GoogleCodeExporter commented 9 years ago
solve this:

remove the final ( , )

fixed code:
$(".rte-zone").rte({
    content_css_url: "rte.css",
   media_url: ""
});

thats all folks.

Original comment by power.ep...@gmail.com on 31 May 2009 at 10:35