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
c2131956
Commit
c2131956
authored
Mar 24, 2016
by
delanoe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[CSS] Fix views and accordion button becomes a title.
parent
09fb4c7d
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
Docs_dyna_chart_and_table.js
static/js/gargantext/Docs_dyna_chart_and_table.js
+2
-2
Journals_dyna_chart_and_table.js
static/js/gargantext/Journals_dyna_chart_and_table.js
+1
-1
NGrams_dyna_chart_and_table.js
static/js/gargantext/NGrams_dyna_chart_and_table.js
+1
-1
journals.html
templates/pages/corpora/journals.html
+1
-1
No files found.
static/js/gargantext/Docs_dyna_chart_and_table.js
View file @
c2131956
...
@@ -87,8 +87,8 @@ function Final_UpdateTable( action ) {
...
@@ -87,8 +87,8 @@ function Final_UpdateTable( action ) {
var
UpdateTable
=
false
var
UpdateTable
=
false
if
(
(
action
==
"click"
&&
!
isCollapsed
)
||
(
action
==
"changerange"
&&
isCollapsed
)
)
{
if
(
(
action
==
"click"
&&
!
isCollapsed
)
||
(
action
==
"changerange"
&&
isCollapsed
)
)
{
UpdateTable
=
true
;
UpdateTable
=
true
;
$
(
"#corpusdisplayer"
).
html
(
"
Close Folder
"
)
$
(
"#corpusdisplayer"
).
html
(
"
View by titles
"
)
}
else
$
(
"#corpusdisplayer"
).
html
(
"
Open Folder
"
)
}
else
$
(
"#corpusdisplayer"
).
html
(
"
View by titles
"
)
pr
(
"update table??: "
+
UpdateTable
)
pr
(
"update table??: "
+
UpdateTable
)
...
...
static/js/gargantext/Journals_dyna_chart_and_table.js
View file @
c2131956
...
@@ -113,7 +113,7 @@ function Final_UpdateTable( action ) {
...
@@ -113,7 +113,7 @@ function Final_UpdateTable( action ) {
if
(
(
action
==
"click"
&&
!
isCollapsed
)
||
(
action
==
"changerange"
&&
isCollapsed
)
)
{
if
(
(
action
==
"click"
&&
!
isCollapsed
)
||
(
action
==
"changerange"
&&
isCollapsed
)
)
{
UpdateTable
=
true
;
UpdateTable
=
true
;
$
(
"#corpusdisplayer"
).
html
(
"Close Folder"
)
$
(
"#corpusdisplayer"
).
html
(
"Close Folder"
)
}
else
$
(
"#corpusdisplayer"
).
html
(
"
Open Folder
"
)
}
else
$
(
"#corpusdisplayer"
).
html
(
"
View by journals
"
)
pr
(
"update table??: "
+
UpdateTable
)
pr
(
"update table??: "
+
UpdateTable
)
...
...
static/js/gargantext/NGrams_dyna_chart_and_table.js
View file @
c2131956
...
@@ -334,7 +334,7 @@ function Final_UpdateTable( action ) {
...
@@ -334,7 +334,7 @@ function Final_UpdateTable( action ) {
if
(
(
action
==
"click"
&&
!
isCollapsed
)
||
(
action
==
"changerange"
&&
isCollapsed
)
)
{
if
(
(
action
==
"click"
&&
!
isCollapsed
)
||
(
action
==
"changerange"
&&
isCollapsed
)
)
{
UpdateTable
=
true
;
UpdateTable
=
true
;
$
(
"#corpusdisplayer"
).
html
(
"Close Term List"
)
$
(
"#corpusdisplayer"
).
html
(
"Close Term List"
)
}
else
$
(
"#corpusdisplayer"
).
html
(
"
Show Term List
"
)
}
else
$
(
"#corpusdisplayer"
).
html
(
"
View by terms
"
)
pr
(
"update table??: "
+
UpdateTable
)
pr
(
"update table??: "
+
UpdateTable
)
...
...
templates/pages/corpora/journals.html
View file @
c2131956
...
@@ -52,7 +52,7 @@
...
@@ -52,7 +52,7 @@
<h4
class=
"panel-title"
>
<h4
class=
"panel-title"
>
<a
data-toggle=
"collapse"
data-parent=
"#accordion"
href=
"#collapseOne"
>
<a
data-toggle=
"collapse"
data-parent=
"#accordion"
href=
"#collapseOne"
>
<!-- Final_UpdateTable redraws the dynatable if necessary -->
<!-- Final_UpdateTable redraws the dynatable if necessary -->
<p
id=
"corpusdisplayer"
onclick=
'Final_UpdateTable("click")'
class=
"btn btn-primary btn-lg"
>
Journals
<p
id=
"corpusdisplayer"
onclick=
'Final_UpdateTable("click")'
class=
"btn btn-primary btn-lg"
>
Journals
</p>
</p>
</a>
</a>
</h4>
</h4>
...
...
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