From 526389b2d380177490605037fdc3a24ebc688fac Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 2 Dec 2018 20:56:30 +0300 Subject: update notify_* calls to use Notify --- js/CommonFilters.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/CommonFilters.js') diff --git a/js/CommonFilters.js b/js/CommonFilters.js index ef087b50c..2c9c7b5a4 100644 --- a/js/CommonFilters.js +++ b/js/CommonFilters.js @@ -232,7 +232,7 @@ define(["dojo/_base/declare"], function (declare) { Element.hide("prefFilterLoadingIndicator"); - notify_error("Error while trying to get filter test results."); + Notify.error("Error while trying to get filter test results."); } else { console.log("getTestResults: dialog closed, bailing out."); -- cgit v1.2.3