summaryrefslogtreecommitdiff
path: root/static/saclay/js/interface.js
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@proxience.com>2015-07-13 12:46:24 +0200
committerÉtienne Loks <etienne.loks@proxience.com>2015-09-06 19:38:46 +0200
commit89ee0ad65b72be31cd01e7b97dd509a2877603b3 (patch)
tree27f057ae1b12e54bfb7cc3c370f92ade0a7c10ef /static/saclay/js/interface.js
parentae381830f5f3bfca56ba9f9c3f120ee67e3d6111 (diff)
downloadChimère - projet Saclay-89ee0ad65b72be31cd01e7b97dd509a2877603b3.tar.bz2
Chimère - projet Saclay-89ee0ad65b72be31cd01e7b97dd509a2877603b3.zip
Don't hide share links
Diffstat (limited to 'static/saclay/js/interface.js')
-rw-r--r--static/saclay/js/interface.js10
1 files changed, 0 insertions, 10 deletions
diff --git a/static/saclay/js/interface.js b/static/saclay/js/interface.js
index 3f23a72..cfaaae5 100644
--- a/static/saclay/js/interface.js
+++ b/static/saclay/js/interface.js
@@ -137,11 +137,6 @@ $(function(){
return false;
});
- $('.share-icon').click(function(){
- $(this).hide();
- $(this).nextAll('.shared').show();
- return false;
- });
$('.print-page').click(function(){
window.print();
return false;
@@ -214,11 +209,6 @@ function display_feature_detail(data, settings){
$("#read_less_"+settings.current_feature.pk).hide();
$("#read_more_"+settings.current_feature.pk).show();
});
- $('.share-icon').click(function(){
- $(this).hide();
- $(this).parent().nextAll('.shared').show();
- return false;
- });
$(document).ready(function(){
share_link_update();
$("a[rel^='prettyPhoto']").prettyPhoto({