From aecaf1da5be47694c8b1f3397f1a56570f27e83b Mon Sep 17 00:00:00 2001 From: Dan Date: Thu, 1 Jun 2017 14:51:47 -0400 Subject: [PATCH] Fixed bad jquery-match-height file path --- src/js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/main.js b/src/js/main.js index b131e497..9572c548 100644 --- a/src/js/main.js +++ b/src/js/main.js @@ -41,7 +41,7 @@ require('patternfly-bootstrap-treeview/dist/bootstrap-treeview.min'); require('google-code-prettify/bin/prettify.min'); //MatchHeight - Used to make sure dashboard cards are the same height -require('jquery-match-height/jquery.matchHeight-min'); +require('jquery-match-height/dist/jquery.matchHeight-min'); //Angular Application? You May Want to Consider Pulling Angular-PatternFly And Angular-UI Bootstrap instead of bootstrap.js //See https://github.com/patternfly/angular-patternfly for more information