Difference between revisions of "Team:NYU Abu Dhabi"

Line 24: Line 24:
 
          
 
          
 
         // // //  
 
         // // //  
         $(svg.getElementById("eng")).hover(function() {
+
         $(svg.getElementById("engineering")).hover(function() {
 
                                           $(this).css('cursor','pointer');
 
                                           $(this).css('cursor','pointer');
 
                                     }, function() {
 
                                     }, function() {
 
                                           $(this).css('cursor','auto');
 
                                           $(this).css('cursor','auto');
 
                                     });
 
                                     });
         $(svg.getElementById("eng")).popover({container: "body", title: "Engineering", content: "Stuff", placement:
+
         $(svg.getElementById("engineering")).popover({container: "body", title: "Engineering", content: "Stuff", placement:
 
         'top', position:'fixed'});
 
         'top', position:'fixed'});
  

Revision as of 10:55, 26 October 2017