Custom Query (18300 matches)
Results (136 - 138 of 18300)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#17661 | fixed | websocket occurs error used ie11 | ||
Description |
socket.js line 13 var ws=new _3(new _1._Url(document.baseURI.replace(/http/i,"ws"),_6.url)); because document.baseURI is not defined the follow line will be better var url=document.baseURI?document.baseURI:document.URL; var ws=new _3(new _1._Url(url.replace(/http/i,"ws"),_6.url)); |
|||
#1166 | fixed | website: typo on front page | ||
Description |
A minor typo on the http://dojotoolkit.org/ home page: "knowing what you're going to going to add" should be: "knowing what you're going to add" |
|||
#989 | invalid | website crashing | ||
Description |
My website jonsupersite.com when you click launch website. It quite often crashes the browser. I cant find out what is wrong. |
Note: See TracQuery
for help on using queries.