Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
humanities
gargantext
Commits
595e2812
Commit
595e2812
authored
Oct 21, 2016
by
c24b
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[FIX] filter nav on 1 line
parent
64dda3f7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
help.js
static/lib/gargantext/help.js
+1
-1
terms.html
templates/pages/corpora/terms.html
+1
-1
No files found.
static/lib/gargantext/help.js
View file @
595e2812
...
...
@@ -145,7 +145,7 @@ $(document).on('click', function (e) {
//the 'is' for buttons that trigger popups
//the 'has' for icons within a button that triggers a popup
if
(
!
$
(
this
).
is
(
e
.
target
)
&&
$
(
this
).
has
(
e
.
target
).
length
===
0
&&
$
(
'.popover'
).
has
(
e
.
target
).
length
===
0
)
{
((
$
(
this
).
popover
(
'hide'
).
data
(
'bs.popover'
)
||
{}).
inState
||
{}).
click
=
false
// fix for BS 3.3.6
((
$
(
this
).
popover
(
'hide'
).
data
(
'bs.popover'
)
||
{}).
inState
||
{}).
click
=
false
// fix for BS 3.3.6
data-trigger='focus' is a bug
}
});
...
...
templates/pages/corpora/terms.html
View file @
595e2812
...
...
@@ -136,7 +136,7 @@ em {
</button>
</div>
<!-- see in javascript function queries.functions['my_state_filter'] -->
<div
id=
"filter_terms"
class=
"
filter_terms help"
class=
"
pull-right help"
style=
"margin-top:2.1em;padding-left:1em;"
>
<div
id=
"filter_terms"
class=
"pull-right help"
style=
"margin-top:2.1em;padding-left:1em;"
>
<select
id=
"picklistmenu"
name=
"my_state_filter"
>
<option
value=
'reset'
>
All lists
</option>
<option
value=
'0'
>
Candidates terms
</option>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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