Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
web-apps
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
web-apps
Commits
577bfade
Commit
577bfade
authored
May 25, 2016
by
Julia Radzhabova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[DE] Отладка панели плагинов.
parent
f75a0324
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
apps/api/documents/api.js
apps/api/documents/api.js
+4
-4
apps/common/main/lib/view/Plugins.js
apps/common/main/lib/view/Plugins.js
+1
-1
No files found.
apps/api/documents/api.js
View file @
577bfade
...
...
@@ -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",
...
...
apps/common/main/lib/view/Plugins.js
View file @
577bfade
...
...
@@ -61,7 +61,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
'
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment