Ejegg has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/198399

Change subject: Don't try to bind to an undefined board
......................................................................

Don't try to bind to an undefined board

Stops js errors in minified version

Change-Id: Ifa13483f5b2e7d88da68d3a22a93ed0b64cbea11
---
M src/components/app-content/app-content.html
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/wikimedia/fundraising/dash 
refs/changes/99/198399/1

diff --git a/src/components/app-content/app-content.html 
b/src/components/app-content/app-content.html
index 5dd94f8..caa32de 100644
--- a/src/components/app-content/app-content.html
+++ b/src/components/app-content/app-content.html
@@ -5,7 +5,7 @@
 <section id="appContent" data-bind="if: displayPage() === 'Home'">
 
        <div class="container-fluid" data-bind='if: loggedIn'>
-               <div class="row">
+               <div class="row" data-bind='if:displayedBoard'>
                        <generic-board params="displayedBoard: 
displayedBoard"></generic-board>
                </div>
        </div>

-- 
To view, visit https://gerrit.wikimedia.org/r/198399
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifa13483f5b2e7d88da68d3a22a93ed0b64cbea11
Gerrit-PatchSet: 1
Gerrit-Project: wikimedia/fundraising/dash
Gerrit-Branch: master
Gerrit-Owner: Ejegg <eeggles...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to