Bmansurov has uploaded a new change for review.

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

Change subject: Mark checkboxes checked
......................................................................

Mark checkboxes checked

Follow up on Ie8b823be8c316bf07cb19b29cb3e9b2be2407367

Change-Id: Id3b8b0ccc6bb851cd9b3d7bc93f9437b1c9bef84
---
M templates/specials/checkbox.mustache
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MobileFrontend 
refs/changes/22/193022/1

diff --git a/templates/specials/checkbox.mustache 
b/templates/specials/checkbox.mustache
index 3595493..8baf0ac 100644
--- a/templates/specials/checkbox.mustache
+++ b/templates/specials/checkbox.mustache
@@ -1,6 +1,6 @@
 <div class="mobileoption">
        <div class="mw-ui-checkbox">
-               <input type="checkbox" name="{{name}}" id="{{name}}-toggle" 
{{imagesChecked}}>
+               <input type="checkbox" name="{{name}}" id="{{name}}-toggle" 
{{#checked}}checked{{/checked}}>
                <label for="{{name}}-toggle">
                        {{label}}
                </label>

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id3b8b0ccc6bb851cd9b3d7bc93f9437b1c9bef84
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Bmansurov <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to