Skip to content

Commit

Permalink
Fix loading app with autocomplete disabled
Browse files Browse the repository at this point in the history
Adds a client-side require() that was missing from 1e2d35f. Fixes #1647.
  • Loading branch information
dgw committed Oct 19, 2017
1 parent 5615544 commit 72e5844
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/js/options.js
@@ -1,6 +1,7 @@
"use strict";

const $ = require("jquery");
require("jquery-textcomplete");
const escapeRegExp = require("lodash/escapeRegExp");
const settings = $("#settings");
const userStyles = $("#user-specified-css");
Expand Down

0 comments on commit 72e5844

Please sign in to comment.