From 0f68d98dd281f1105043433da18fa9201b4cf971 Mon Sep 17 00:00:00 2001 From: Nik Nyby Date: Sat, 27 Jun 2015 10:07:42 -0400 Subject: Fixes for jpm --- lib/js_checker/js_checker.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/js_checker/js_checker.js') diff --git a/lib/js_checker/js_checker.js b/lib/js_checker/js_checker.js index 4a3dfb9..ecf0826 100644 --- a/lib/js_checker/js_checker.js +++ b/lib/js_checker/js_checker.js @@ -173,7 +173,7 @@ JsChecker.prototype.searchJs = function(jsCode, resultReady, url) { this.resultReady = resultReady; this.jsCode = jsCode; this.shortText = jsCode.replace(bugfix, '').substring(0,100); - this.notification = require("ui/notification") + this.notification = require("../ui/notification") .createNotification(this.shortText).notification; var verbatimCode = this.jsCode.replace(bugfix, ''); -- cgit v1.2.3