elfuchsjekyll / vosao

Automatically exported from code.google.com/p/vosao
0 stars 0 forks source link

请考虑 JavaScript 脚本支持 Internet Explorer #132

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,I'm from Hangzhou, CHINA
1、VOSAO是一个很棒的CMS,但是下面的写法不被 Internet Explorer 
支持:

var vo = Vosao.javaMap({
        id : folderId,
        parent : folderParentId,
        name : $('#name').val(),
        title : $('#title').val(),
    });

同时兼容 Internet Explorer 和 Firefox 
的写法是删除最后的逗号",":
var vo = Vosao.javaMap({
        id : folderId,
        parent : folderParentId,
        name : $('#name').val(),
        title : $('#title').val()
    });

2、请考虑支持国家化I18N

Original issue reported on code.google.com by LiTongg...@gmail.com on 21 Feb 2010 at 2:33

GoogleCodeExporter commented 9 years ago
Also check over JS files for this error.

Original comment by kinyelo@gmail.com on 21 Feb 2010 at 7:00

GoogleCodeExporter commented 9 years ago
Fixed.

Original comment by kinyelo@gmail.com on 21 Feb 2010 at 7:15

GoogleCodeExporter commented 9 years ago

Original comment by kinyelo@gmail.com on 21 Feb 2010 at 7:15

GoogleCodeExporter commented 9 years ago
Thanks !
解决问题很迅速,赞一个!!

Original comment by LiTongg...@gmail.com on 22 Feb 2010 at 2:19