#5101 closed Bug (invalid)
Add back revision 13590
Reported by: | leandroong | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | None Set |
Component: | Web Client | Version: | 2.73+ |
Severity: | Normal | Keywords: | |
Cc: |
Description
win7-64bit (Firefox-64bit). With the deletion introduce in revision 13590, trasmission web-client "About" does not get changed from 13590. I saw this error from both rev 13591&13592 having same "About" info. What I did, I add back revision 13590 that was removed and rebuild. Test it to be working correctly.
Change History (2)
comment:1 Changed 10 years ago by livings124
- Resolution set to invalid
- Status changed from new to closed
comment:2 Changed 10 years ago by leandroong
Ff impt code remove from revision 13590, which causes the transmission "about" information problem reported. Believe, I tested it with and w/out below code and I see clearly the error. Better check again
trunk/web/javascript/inspector.js r13554 r13590 82 82 * GENERAL INFO PAGE 83 83 / 84 85 accumulateString = function (oldVal, newVal) {
!oldVal.length) |
87 return newVal; 88 if (oldVal === newVal) 89 return newVal; 90 return 'Mixed'; 91 }, 92 84 93 85 updateInfoPage = function () {
Rebuild from scratch and empty your browser cache. The version number is not hardcoded - there is no hardcoded 13590 in newer versions.