From 63c83773ff85598642097858a0c96977633a5c4a Mon Sep 17 00:00:00 2001 From: Devin Howard Date: Thu, 19 Jan 2017 14:37:33 -0500 Subject: [PATCH] jquery.ajaxq --- frontend/src/index.js | 1 + package.json | 1 + 2 files changed, 2 insertions(+) diff --git a/frontend/src/index.js b/frontend/src/index.js index 1d82af7c..94a0c07f 100644 --- a/frontend/src/index.js +++ b/frontend/src/index.js @@ -1,6 +1,7 @@ // create global references import _ from 'lodash' import Metamaps from './Metamaps' +import 'jquery.ajaxq' // allow queueing ajax requests so it doesn't overload window._ = _ window.Metamaps = Metamaps diff --git a/package.json b/package.json index 56fc3545..07d633c5 100644 --- a/package.json +++ b/package.json @@ -36,6 +36,7 @@ "getScreenMedia": "git://github.com/devvmh/getScreenMedia#patch-1", "hark": "git://github.com/devvmh/hark#patch-1", "howler": "2.0.2", + "jquery.ajaxq": "^0.5.2", "json-loader": "0.5.4", "lodash": "4.17.2", "node-uuid": "1.4.7",