Commit 73e24beb authored by Weblate's avatar Weblate

Merge remote-tracking branch 'origin/master'

parents 7b122633 ee17af2c
......@@ -291,7 +291,7 @@ $(function() {
load: function (e, ui) {
$(ui.panel).find(".tab-loading").remove();
},
show: function (e, ui) {
beforeLoad: function (e, ui) {
var $panel = $(ui.panel);
if ($panel.is(":empty")) {
......@@ -340,7 +340,7 @@ $(function() {
return false;
});
},
show: function (e, ui) {
beforeLoad: function (e, ui) {
var $panel = $(ui.panel);
if ($panel.is(":empty")) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment