]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/settings/pagetypes.tpl
Revert Post::selectOriginal to original logic
[friendica.git] / view / templates / settings / pagetypes.tpl
index 93732960b1ad7148fd3ff51b75e19f93345be8bb..8b285aea87876c78e0f04a6472598bf42852e8f0 100644 (file)
        var accountType = {{$account_type}};
 
        $(document).ready(function(){
-               // Hide all DIV for page-flags expet the one which belongs to the present
+               // Hide all DIV for page-flags except the one which belongs to the present
                // account-type
                showPageFlags(accountType);
 
-               // Save the ID of the active page-flage
+               // Save the ID of the active page-flags
                var activeFlag = $('[id^=id_page-flags_]:checked');
 
                $("[id^=id_account-type_]").change(function(){