Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
mentors.debian.net
debexpo
Commits
a062cc24
Commit
a062cc24
authored
Feb 13, 2012
by
Nicolas Dandrimont
🤔
Browse files
Make the plugin output headers clickable
parent
a58f2ba8
Changes
1
Hide whitespace changes
Inline
Side-by-side
debexpo/public/debexpo.js
View file @
a062cc24
...
@@ -74,6 +74,10 @@ $(document).ready(function() {
...
@@ -74,6 +74,10 @@ $(document).ready(function() {
toggle_qa
(
this
,
"
fast
"
);
toggle_qa
(
this
,
"
fast
"
);
});
});
$
(
"
.visibility
"
).
click
(
function
()
{
toggle_qa
(
this
,
"
fast
"
);
});
$
(
"
.severity-info .qa-header
"
).
each
(
function
()
{
$
(
"
.severity-info .qa-header
"
).
each
(
function
()
{
toggle_qa
(
this
);
toggle_qa
(
this
);
});
});
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment