[DE] Отладка панели плагинов.
This commit is contained in:
parent
14fdcdd66e
commit
995391dfb5
|
@ -111,8 +111,8 @@
|
||||||
url: '../../../../sdkjs-plugins/',
|
url: '../../../../sdkjs-plugins/',
|
||||||
pluginsData: [{
|
pluginsData: [{
|
||||||
name : "chess (fen)",
|
name : "chess (fen)",
|
||||||
guid : "{FFE1F462-1EA2-4391-990D-4CC84940B754}",
|
guid : "asc.{FFE1F462-1EA2-4391-990D-4CC84940B754}",
|
||||||
|
baseUrl: "",
|
||||||
variations : [
|
variations : [
|
||||||
{
|
{
|
||||||
description : "chess",
|
description : "chess",
|
||||||
|
@ -138,8 +138,8 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name : "glavred",
|
name : "glavred",
|
||||||
guid : "{B631E142-E40B-4B4C-90B9-2D00222A286E}",
|
guid : "asc.{B631E142-E40B-4B4C-90B9-2D00222A286E}",
|
||||||
|
baseUrl: "",
|
||||||
variations : [
|
variations : [
|
||||||
{
|
{
|
||||||
description : "glavred",
|
description : "glavred",
|
||||||
|
|
|
@ -69,7 +69,7 @@ define([
|
||||||
|
|
||||||
render: function(el) {
|
render: function(el) {
|
||||||
el = el || this.el;
|
el = el || this.el;
|
||||||
$(el).html(this.template({scope: this})).width( (parseInt(Common.localStorage.getItem('de-mainmenu-width')) || MENU_SCALE_PART) - SCALE_MIN);
|
$(el).html(this.template({scope: this}));
|
||||||
|
|
||||||
this.viewPluginsList = new Common.UI.DataView({
|
this.viewPluginsList = new Common.UI.DataView({
|
||||||
el: $('#plugins-list'),
|
el: $('#plugins-list'),
|
||||||
|
|
Loading…
Reference in a new issue