Team:Freiburg/Templates/html/js.html

From 2014.igem.org

(Difference between revisions)
Line 89: Line 89:
               return caption?caption:'';
               return caption?caption:'';
             }
             }
 +
          }
 +
        });
 +
      });
 +
 +
 +
      $('.svg-container').each(function(){
 +
        var $this = $(this);
 +
        $this.magnificPopup({
 +
          items: {
 +
              src: $this.clone(),
 +
              type: 'inline'
           }
           }
         });
         });

Revision as of 16:14, 15 October 2014