comparison src/main/webapp/pages/topicPage.jsp @ 62:824b808a7481

improvements and bug fixed
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Mon, 18 Jul 2016 17:35:32 +0200
parents 90d5e86c157d
children 315a6360ea1b
comparison
equal deleted inserted replaced
61:2486846e61d5 62:824b808a7481
59 59
60 $( "#addContributors" ).button().on( "click", function() { 60 $( "#addContributors" ).button().on( "click", function() {
61 dialog.dialog( "open" ); 61 dialog.dialog( "open" );
62 }); 62 });
63 }); 63 });
64
65
64 66
65 </script> 67 </script>
66 68
67 </head> 69 </head>
68 70