Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Daniel CAZAL
co2
Commits
c6ad2fc5
Commit
c6ad2fc5
authored
Jan 31, 2019
by
Clément Damiens
Browse files
Merged branch master into development
parents
383c9dec
0dc657db
Changes
2
Hide whitespace changes
Inline
Side-by-side
assets/js/default/directory.js
View file @
c6ad2fc5
...
...
@@ -694,9 +694,9 @@ function initPageTable(number){
mylog
.
log
(
"
.openCoopPanelHtml vote
"
);
afterLoad
=
function
()
{
setTimeout
(
function
(){
$
(
"
#coop-container
"
).
animate
({
scrollTop
:
$
(
"
#podVote
"
).
offset
().
top
},
1000
);
//
$("#coop-container").animate({
//
scrollTop: $("#podVote").offset().top
//
}, 1000);
},
1000
);
};
}
...
...
@@ -752,6 +752,7 @@ function initPageTable(number){
mylog
.
log
(
"
send vote
"
,
voteValue
);
uiCoop
.
sendVote
(
"
proposal
"
,
idParentProposal
,
voteValue
,
idParentRoom
,
null
,
true
);
});
}
function
initBtnShare
(){
...
...
views/translation/trad.php
View file @
c6ad2fc5
...
...
@@ -565,6 +565,7 @@ var trad = {
"isupport":"
<?php
echo
Yii
::
t
(
"common"
,
"I support"
)
?>
",
"cool":"
<?php
echo
Yii
::
t
(
"common"
,
"Cool"
)
?>
",
"answer":"
<?php
echo
Yii
::
t
(
"comment"
,
"answer"
)
?>
",
"answerOn":"
<?php
echo
Yii
::
t
(
"common"
,
"Answer"
)
?>
",
"answers":"
<?php
echo
Yii
::
t
(
"comment"
,
"answers"
)
?>
",
"burk":"
<?php
echo
Yii
::
t
(
"common"
,
"Buuurk"
)
?>
",
"what":"
<?php
echo
Yii
::
t
(
"common"
,
"What ?"
)
?>
",
...
...
Write
Preview
Supports
Markdown
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