projets
/
auf_savoirs_en_partage_django.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Chercheurs: ajout d'attributs dans modele
[auf_savoirs_en_partage_django.git]
/
auf_savoirs_en_partage
/
media
/
js
/
sep.js
1
$
(
document
).
ready
(
function
() {
2
3
//Register review form submition function
4
$
(
"#show_publications"
).
click
(
5
function
()
6
{
7
if
(
$
(
".publications_autre"
).
css
(
'display'
) ==
'none'
)
8
$
(
".publications_autre"
).
show
();
9
else
10
$
(
".publications_autre"
).
hide
();
11
12
});
13
14
});