Update
This commit is contained in:
@@ -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;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user