Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
syncEnrollments
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Yeray Santana Hualde
syncEnrollments
Commits
943309e0
Commit
943309e0
authored
Apr 04, 2012
by
Taylor Otwell
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #498 from daylerees/anbu-jquery-fix
Anbu jquery fix
parents
61646072
b5847c1f
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
profiler.css
laravel/profiling/profiler.css
+6
-1
profiler.js
laravel/profiling/profiler.js
+3
-0
No files found.
laravel/profiling/profiler.css
View file @
943309e0
...
...
@@ -21,7 +21,12 @@ background-repeat:no-repeat;
background-position
:
5px
-8px
;
}
.anbu-tabs
li
:first-child
.anbu.hidden
.anbu-tabs
{
background-image
:
none
;
}
#anbu-open-tabs
li
:first-child
{
margin-left
:
6em
;
}
...
...
laravel/profiling/profiler.js
View file @
943309e0
...
...
@@ -116,6 +116,7 @@ var anbu = {
anbu
.
el
.
open_tabs
.
fadeIn
(
200
);
})
anbu
.
el
.
main
.
animate
({
width
:
'100%'
},
700
);
anbu
.
el
.
main
.
removeClass
(
'hidden'
);
},
// HIDE()
...
...
@@ -124,9 +125,11 @@ var anbu = {
hide
:
function
()
{
anbu
.
close_window
();
anbu
.
el
.
window
.
slideUp
(
400
,
function
()
{
anbu
.
close_window
();
anbu
.
el
.
main
.
addClass
(
'hidden'
);
anbu
.
el
.
open_tabs
.
fadeOut
(
200
,
function
()
{
anbu
.
el
.
closed_tabs
.
fadeIn
(
200
);
})
...
...
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