aboutsummaryrefslogtreecommitdiff
path: root/website/resources/js/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'website/resources/js/main.js')
-rw-r--r--website/resources/js/main.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/website/resources/js/main.js b/website/resources/js/main.js
index f23ea28e..3ad77958 100644
--- a/website/resources/js/main.js
+++ b/website/resources/js/main.js
@@ -1,8 +1,6 @@
"use strict";
(function($) {
- swfobject.registerObject("player", "9.0.98", "videos/expressInstall.swf");
-
function clickToTap() {
if (matchMedia && matchMedia('(hover: none)').matches) $(".clickToTap").each(function() {
var x = $(this);