Add contextmenu for keyboard
This commit is contained in:
parent
cec6a43ca1
commit
35876715f6
1 changed files with 5 additions and 1 deletions
|
@ -7,7 +7,11 @@
|
||||||
<%= csrf_meta_tags %>
|
<%= csrf_meta_tags %>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<% if current_user && current_user.koelkast? %>
|
||||||
|
<body oncontextmenu="return false">
|
||||||
|
<% else %>
|
||||||
|
<body>
|
||||||
|
<% end %>
|
||||||
<%= render "layouts/header" %>
|
<%= render "layouts/header" %>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="container" >
|
<div class="container" >
|
||||||
|
|
Loading…
Reference in a new issue