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
67c6a00c
Commit
67c6a00c
authored
Oct 19, 2015
by
delanoe
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of github.com:PkSM3/garg
parents
71ecb180
71907a95
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
188 additions
and
112 deletions
+188
-112
extras_explorerjs.js
extras_explorerjs.js
+187
-108
Tinaweb.js
tinawebJS/Tinaweb.js
+1
-3
main.js
tinawebJS/main.js
+0
-1
No files found.
extras_explorerjs.js
View file @
67c6a00c
This diff is collapsed.
Click to expand it.
tinawebJS/Tinaweb.js
View file @
67c6a00c
...
...
@@ -36,7 +36,7 @@ $.fn.visibleHeight = function() {
function
sigmaLimits
(
sigmacanvas
)
{
pw
=
$
(
sigmacanvas
).
width
();
ph
=
$
(
sigmacanvas
).
height
();
$
(
"body"
).
css
(
"padding-top"
,
0
)
//
$("body").css("padding-top",0)
// var footer = ( $("footer").length>0) ? ($('#leftcolumn').position().top -$("footer").height()) : $('#leftcolumn').position().top*2;
var
ancho_total
=
$
(
window
).
width
()
-
$
(
'#leftcolumn'
).
width
()
;
var
alto_total
=
$
(
'#leftcolumn'
).
visibleHeight
()
;
...
...
@@ -518,8 +518,6 @@ TinaWebJS = function ( sigmacanvas ) {
$
(
"#closeloader"
).
click
();
var
body
=
document
.
getElementsByTagName
(
'body'
)[
0
];
body
.
style
.
paddingTop
=
"41px"
;
$
(
'.etabs'
).
click
(
function
(){
$
.
doTimeout
(
500
,
function
()
{
...
...
tinawebJS/main.js
View file @
67c6a00c
...
...
@@ -70,7 +70,6 @@ $("#network").html(files_selector)
var
file
=
(
Array
.
isArray
(
mainfile
))?
mainfile
[
0
]:
mainfile
;
var
RES
=
AjaxSync
({
URL
:
file
});
$
.
ajax
({
url
:
file
,
...
...
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