Disabled right-click context menu

Closes #211.
This commit is contained in:
WrinklyNinja
2014-08-17 09:18:57 +01:00
parent b8281cfffe
commit c7967338bb
+2 -1
View File
@@ -6,7 +6,8 @@
<link rel="stylesheet" href="css/font-awesome.min.css" />
<script src="js/require.js"></script>
</head>
<body>
<!-- oncontextmenu attribute disables the right-click menu. -->
<body oncontextmenu="return false">
<template id="pluginCard">