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
031003c9
Commit
031003c9
authored
Feb 27, 2014
by
techird
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'gh-pages' into dev
parents
f0b27299
e50ce4be
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8002 additions
and
7 deletions
+8002
-7
dev.html
demo/dev.html
+2
-2
dev.js
dist/dev.js
+7994
-0
dev.php
dist/dev.php
+2
-2
index.html
dist/index.html
+4
-3
No files found.
demo/dev.html
View file @
031003c9
...
...
@@ -5,9 +5,9 @@
<script
src=
"../dist/jquery-2.1.0.min.js"
></script>
<script
src=
"../kity/dist/kitygraph.all.js"
></script>
<script
src=
"../configure.js"
></script>
<script
src=
"../dist/dev.
php
"
></script>
<script
src=
"../dist/dev.
js
"
></script>
<script
src=
"../lang/zh-cn/zh-cn.js"
charset=
"utf-8"
></script>
<link
href=
"../themes/default/
_
css/import.css"
type=
"text/css"
rel=
"stylesheet"
>
<link
href=
"../themes/default/css/import.css"
type=
"text/css"
rel=
"stylesheet"
>
<style>
.km_receiver
{
width
:
0
;
...
...
dist/dev.js
0 → 100644
View file @
031003c9
This source diff could not be displayed because it is too large. You can
view the blob
instead.
dist/dev.php
View file @
031003c9
...
...
@@ -74,9 +74,9 @@ $dependency = Array(
$content
=
""
;
header
(
'Content-Type: text/javascript; charset=utf-8'
);
foreach
(
$dependency
as
$index
=>
$dep
)
{
if
(
$_GET
[
'join'
]
!=
null
)
{
header
(
'Content-Type: text/javascript; charset=utf-8'
);
if
(
$_GET
[
'join'
]
!=
null
||
$argv
[
1
]
==
'join'
)
{
echo
file_get_contents
(
"../
$dep
"
)
.
"
\n\n
"
;
}
else
{
echo
"document.write('<script charset=utf-8 src=
\"
../
$dep
\"
></script>');"
;
...
...
dist/index.html
View file @
031003c9
...
...
@@ -2,12 +2,13 @@
<html>
<head>
<meta
charset=
"utf-8"
>
<script
src=
"jquery-2.1.0.min.js"
charset=
"utf-8"
></script>
<script
src=
"baidu-frontia-js-full-1.0.0.js"
charset=
"utf-8"
></script>
<script
src=
"social.js"
charset=
"utf-8"
></script>
<script
src=
"../kity/dist/kitygraph.all.js"
></script>
<script
src=
"../configure.js"
></script>
<script
src=
"../dist/dev.
php
"
></script>
<script
src=
"../kity/dist/kitygraph.all.js"
charset=
"utf-8"
></script>
<script
src=
"../configure.js"
charset=
"utf-8"
></script>
<script
src=
"../dist/dev.
js"
charset=
"utf-8
"
></script>
<script
src=
"../lang/zh-cn/zh-cn.js"
charset=
"utf-8"
></script>
<link
href=
"../themes/default/css/import.css"
type=
"text/css"
rel=
"stylesheet"
>
<link
rel=
"stylesheet"
href=
"social.css"
>
...
...
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