[DE] Отладка панели плагинов.

This commit is contained in:
Julia Radzhabova 2016-05-25 15:52:21 +03:00
parent 14fdcdd66e
commit 995391dfb5
2 changed files with 5 additions and 5 deletions

View file

@ -111,8 +111,8 @@
url: '../../../../sdkjs-plugins/',
pluginsData: [{
name : "chess (fen)",
guid : "{FFE1F462-1EA2-4391-990D-4CC84940B754}",
guid : "asc.{FFE1F462-1EA2-4391-990D-4CC84940B754}",
baseUrl: "",
variations : [
{
description : "chess",
@ -138,8 +138,8 @@
},
{
name : "glavred",
guid : "{B631E142-E40B-4B4C-90B9-2D00222A286E}",
guid : "asc.{B631E142-E40B-4B4C-90B9-2D00222A286E}",
baseUrl: "",
variations : [
{
description : "glavred",

View file

@ -69,7 +69,7 @@ define([
render: function(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({
el: $('#plugins-list'),