Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kityminder-core
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
吴志俊
kityminder-core
Commits
91c9bff2
Commit
91c9bff2
authored
May 06, 2014
by
Akikonata
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
recover
parent
aeea4585
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
import.js
import.js
+1
-0
hyperlink.js
src/adapter/hyperlink.js
+2
-2
layout.default.js
src/module/layout.default.js
+0
-1
No files found.
import.js
View file @
91c9bff2
...
...
@@ -42,6 +42,7 @@
,
'module/zoom.js'
,
'module/nodetext.js'
,
'module/hyperlink.js'
,
'module/expand.js'
,
'ui/jquery-ui-1.10.4.custom.min.js'
,
'ui/widget.js'
,
'ui/button.js'
...
...
src/adapter/hyperlink.js
View file @
91c9bff2
...
...
@@ -33,7 +33,7 @@ KM.registerToolbarUI( 'hyperlink', function ( name ) {
me
.
$container
.
find
(
'.kmui-dialog-container'
).
append
(
$root
);
}
KM
.
setWidgetBody
(
name
,
$dialog
,
me
);
}
).
attachTo
(
$btn
);
}
).
attachTo
(
$btn
);
}
);
...
...
src/module/layout.default.js
View file @
91c9bff2
...
...
@@ -561,7 +561,6 @@ KityMinder.registerModule( "LayoutDefault", function () {
next
=
[];
var
layer_nolimit
=
expandall
||
(
expand_layer
<
1
)
||
false
;
var
sub_nolimit
=
expandall
||
(
expandoptions
.
defaultSubShow
<
1
)
||
false
;
while
(
_buffer
.
length
!==
0
)
{
cur_layer
++
;
var
layer_len
=
_buffer
.
length
;
...
...
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