Go on with translations

This commit is contained in:
Flavio Copes
2015-08-11 10:48:33 +02:00
parent fe1105c746
commit 1be74ff31a
5 changed files with 100 additions and 37 deletions

View File

@@ -473,7 +473,7 @@ $(function () {
$(this).css('opacity', on ? 1 : 0.7);
});
// Thems Switcher Warning
// Themes Switcher Warning
$(document).on('mousedown', '[data-remodal-target="theme-switch-warn"]', function(e){
var name = $(e.target).closest('[data-gpm-theme]').find('.gpm-name a').text(),
remodal = $('.remodal.theme-switcher');