Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Fukász Rómeó Ervin
/
cloud
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
A prog2-höz tartozó friss repo anyagok itt elérhetőek:
https://git.iit.bme.hu/
Commit
3da0de7b
authored
Jan 28, 2013
by
Bence Dnyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
clickhandler fixed
parent
f1953e6a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
one/templates/base.html
+5
-5
No files found.
one/templates/base.html
View file @
3da0de7b
...
@@ -11,20 +11,20 @@
...
@@ -11,20 +11,20 @@
<script
src=
"/static/jquery.min.js"
></script>
<script
src=
"/static/jquery.min.js"
></script>
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
$
(
function
(){
$
(
function
(){
$
(
'.wm'
).
click
(
function
(){
$
(
'.wm
.summary
'
).
click
(
function
(){
if
(
$
(
this
).
children
(
'.details'
).
is
(
':hidden'
)){
if
(
$
(
this
).
next
(
'.details'
).
is
(
':hidden'
)){
$
(
this
).
children
(
'.details'
)
$
(
this
).
next
(
'.details'
)
.
css
(
'height'
,
0
)
.
css
(
'height'
,
0
)
.
css
(
'padding'
,
'0px 5px'
)
.
css
(
'padding'
,
'0px 5px'
)
.
show
()
.
show
()
.
animate
({
height
:
160
,
paddingTop
:
15
,
paddingBottom
:
15
},
700
);
.
animate
({
height
:
160
,
paddingTop
:
15
,
paddingBottom
:
15
},
700
);
}
else
{
}
else
{
var
that
=
this
;
var
that
=
this
;
$
(
this
).
children
(
'.details'
)
$
(
this
).
next
(
'.details'
)
.
css
(
'height'
,
130
)
.
css
(
'height'
,
130
)
.
css
(
'padding'
,
'15px 5px'
)
.
css
(
'padding'
,
'15px 5px'
)
.
animate
({
height
:
0
,
paddingTop
:
0
,
paddingBottom
:
0
},
700
,
function
(){
.
animate
({
height
:
0
,
paddingTop
:
0
,
paddingBottom
:
0
},
700
,
function
(){
$
(
that
).
children
(
'.details'
).
hide
();
$
(
that
).
next
(
'.details'
).
hide
();
});
});
}
}
})
})
...
...
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