mirror of
https://github.com/novnc/noVNC.git
synced 2026-06-06 12:29:38 +00:00
Remove unneeded mootools and FABridge test.
mootools is no longer needed. The bug that the FABridge test was testing has been resolved in web-socket-js so it's no longer needed.
This commit is contained in:
@@ -8,14 +8,6 @@
|
||||
"use strict";
|
||||
/*global $, RFB, Canvas, VNC_uri_prefix, Element, Fx */
|
||||
|
||||
// Load mootools
|
||||
(function () {
|
||||
var pre = (typeof VNC_uri_prefix !== "undefined") ?
|
||||
VNC_uri_prefix : "include/";
|
||||
document.write("<script src='" + pre + "mootools.js'><\/script>");
|
||||
}());
|
||||
|
||||
|
||||
var DefaultControls = {
|
||||
|
||||
load: function(target) {
|
||||
|
||||
Reference in New Issue
Block a user