Add contextmenu for keyboard

This commit is contained in:
benji 2015-02-20 15:05:11 +01:00
parent cec6a43ca1
commit 35876715f6

View file

@ -7,7 +7,11 @@
<%= csrf_meta_tags %>
</head>
<body>
<% if current_user && current_user.koelkast? %>
<body oncontextmenu="return false">
<% else %>
<body>
<% end %>
<%= render "layouts/header" %>
<div class="container">
<div class="container" >