Details
-
Type:
Docs: Problem
-
Status:
Resolved
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 1.7.4
-
Fix Version/s: 1.7.8
-
Component/s: None
-
Labels:None
-
Language:English
Description
I find a javascript error when I browse http://framework.zend.com/manual/en/ .
The message says there is some error of identifier, string or numeral in the line 45 letter 1 .
I think a code causes this error.
The code is in the component list in rightside of the online manual as following.
var zend = { showVideo: function(target) { dojo.query(".video-box").forEach(function(item){ dojo.style(item, { display: "none" }); }); dojo.query(".video-tab").forEach(function(item){ dojo.removeClass(item, 'current'); }); dojo.style(target, { display: "block" }); var link = target + '-link'; dojo.addClass(link, "current"); }, };
You can find
},
Today, I find this issue to be fixed.
I do not know when it was fixed, so I set 1.7.8 to fix version.