Commit 995391df authored by Julia Radzhabova's avatar Julia Radzhabova

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

parent 14fdcdd6
...@@ -111,8 +111,8 @@ ...@@ -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 @@ ...@@ -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([ ...@@ -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'),
......
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