From d24472e962403bbd98338530ce87eb0095b2a54c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20Laxstr=C3=B6m?= Date: Mon, 15 Aug 2016 10:29:37 +0200 Subject: [PATCH] Fix some comment typos Change-Id: I338891147cb6aa8e6d88119eb61ea718edb93747 --- resources/js/ext.uls.languagesettings.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/js/ext.uls.languagesettings.js b/resources/js/ext.uls.languagesettings.js index a27a67ec..eab50840 100644 --- a/resources/js/ext.uls.languagesettings.js +++ b/resources/js/ext.uls.languagesettings.js @@ -194,14 +194,14 @@ this.render(); this.initialized = true; } - // close model windows close, if they hide on page click + // Close other modal windows which listen to click events outside them $( 'html' ).click(); this.i18n(); this.shown = true; this.$window.show(); // Every time we show this window, make sure the current - // settings panels is upto date. So just click on active menu item. + // settings panels is up-to-date. So just click on active menu item. this.$window.find( '.settings-menu-items > .active' ).click(); this.position(); setTimeout( function () {