mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Merge branch 'final_questions' of https://github.com/differentreality/osem into differentreality-final_questions
Conflicts: app/models/conference.rb config/routes.rb
This commit is contained in:
commit
243ea41456
28 changed files with 342 additions and 16 deletions
|
|
@ -20,4 +20,9 @@
|
|||
//= require bootstrap
|
||||
//= require osem
|
||||
//= require d3.v3
|
||||
//= require d3.v3.min
|
||||
//= require d3.v3.min
|
||||
$(document).ready(function() {
|
||||
$('a[disabled=disabled]').click(function(event){
|
||||
return false;
|
||||
});
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue