Actions
Bug #5867
closedstatus_queues.php: Old version of jQuery directly referenced but not present
Start date:
02/09/2016
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.3
Affected Architecture:
All
Description
The queues status page directly references an older version of jquery:
$ grep -ri "jquery-1.11" * src/usr/local/www/status_queues.php:<script src="/jquery/jquery-1.11.2.min.js"></script>
But that version is not present in the tree:
$ find . -name "*jquery*" ./src/usr/local/www/jquery ./src/usr/local/www/jquery/jquery-1.12.0.min.js ./src/usr/local/www/jquery/jquery-ui-1.11.4.min.js
Updated by Anonymous almost 9 years ago
Just remove the src statement. It is no longer needed. I'll do this later today.
Updated by Anonymous almost 9 years ago
- Status changed from New to Feedback
- Assignee changed from Anonymous to Jim Pingle
jquery statement removed. Javascript wraped in events.push(function() { });
Updated by Anonymous almost 9 years ago
- % Done changed from 0 to 100
Applied in changeset 625c4a8b5ba0c1137c639fe7496fbd27b33b984b.
Updated by Jim Pingle almost 9 years ago
- Status changed from Feedback to Resolved
Looks good now, thanks!
Actions