This commit is contained in:
2022-05-03 22:34:52 +03:00
parent 1663f94b0e
commit 8958be3141
54 changed files with 1569 additions and 1014 deletions

View File

@@ -1,4 +1,4 @@
{% extends "user/skeleton.html" %}
{% extends "private/skeleton.html" %}
{% block content %}
{% raw %}
@@ -59,7 +59,7 @@ var app = new Vue({
}
);
},
showPanel: function(panel) {
panel_show: function(panel) {
/* Показать/скрыть панель */
panel.visible = !panel.visible;
},