Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
Yii Bootstrap 3
Project
Overview
Details
Activity
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
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Common
Yii Bootstrap 3
Commits
08fb8386
Commit
08fb8386
authored
Feb 15, 2012
by
niskac
Browse files
Options
Browse Files
Download
Plain Diff
merged heads
parents
8b8fec93
48857db7
Hide whitespace changes
Inline
Side-by-side
Showing
24 changed files
with
50 additions
and
26 deletions
+50
-26
bootstrap-alert.js
assets/js/bootstrap-alert.js
+2
-1
bootstrap-button.js
assets/js/bootstrap-button.js
+2
-1
bootstrap-carousel.js
assets/js/bootstrap-carousel.js
+2
-1
bootstrap-collapse.js
assets/js/bootstrap-collapse.js
+2
-1
bootstrap-dropdown.js
assets/js/bootstrap-dropdown.js
+2
-1
bootstrap-modal.js
assets/js/bootstrap-modal.js
+2
-1
bootstrap-popover.js
assets/js/bootstrap-popover.js
+2
-1
bootstrap-scrollspy.js
assets/js/bootstrap-scrollspy.js
+2
-1
bootstrap-tab.js
assets/js/bootstrap-tab.js
+2
-1
bootstrap-tooltip.js
assets/js/bootstrap-tooltip.js
+2
-1
bootstrap-transition.js
assets/js/bootstrap-transition.js
+3
-2
bootstrap-typeahead.js
assets/js/bootstrap-typeahead.js
+2
-1
bootstrap-alert.js
lib/bootstrap/js/bootstrap-alert.js
+2
-1
bootstrap-button.js
lib/bootstrap/js/bootstrap-button.js
+2
-1
bootstrap-carousel.js
lib/bootstrap/js/bootstrap-carousel.js
+2
-1
bootstrap-collapse.js
lib/bootstrap/js/bootstrap-collapse.js
+2
-1
bootstrap-dropdown.js
lib/bootstrap/js/bootstrap-dropdown.js
+2
-1
bootstrap-modal.js
lib/bootstrap/js/bootstrap-modal.js
+2
-1
bootstrap-popover.js
lib/bootstrap/js/bootstrap-popover.js
+2
-1
bootstrap-scrollspy.js
lib/bootstrap/js/bootstrap-scrollspy.js
+2
-1
bootstrap-tab.js
lib/bootstrap/js/bootstrap-tab.js
+2
-1
bootstrap-tooltip.js
lib/bootstrap/js/bootstrap-tooltip.js
+2
-1
bootstrap-transition.js
lib/bootstrap/js/bootstrap-transition.js
+3
-2
bootstrap-typeahead.js
lib/bootstrap/js/bootstrap-typeahead.js
+2
-1
No files found.
assets/js/bootstrap-alert.js
View file @
08fb8386
...
...
@@ -88,4 +88,4 @@
$
(
'body'
).
on
(
'click.alert.data-api'
,
dismiss
,
Alert
.
prototype
.
close
)
})
}(
window
.
jQuery
)
}(
window
.
jQuery
)
;
\ No newline at end of file
assets/js/bootstrap-button.js
View file @
08fb8386
...
...
@@ -95,4 +95,4 @@
})
})
}(
window
.
jQuery
)
}(
window
.
jQuery
)
;
\ No newline at end of file
assets/js/bootstrap-carousel.js
View file @
08fb8386
...
...
@@ -151,4 +151,4 @@
})
})
}(
window
.
jQuery
)
}(
window
.
jQuery
)
;
\ No newline at end of file
assets/js/bootstrap-collapse.js
View file @
08fb8386
...
...
@@ -133,4 +133,4 @@
})
})
}(
window
.
jQuery
)
}(
window
.
jQuery
)
;
\ No newline at end of file
assets/js/bootstrap-dropdown.js
View file @
08fb8386
...
...
@@ -89,4 +89,4 @@
$
(
'body'
).
on
(
'click.dropdown.data-api'
,
toggle
,
Dropdown
.
prototype
.
toggle
)
})
}(
window
.
jQuery
)
}(
window
.
jQuery
)
;
\ No newline at end of file
assets/js/bootstrap-modal.js
View file @
08fb8386
...
...
@@ -207,4 +207,4 @@
})
})
}(
window
.
jQuery
)
}(
window
.
jQuery
)
;
\ No newline at end of file
assets/js/bootstrap-popover.js
View file @
08fb8386
...
...
@@ -92,4 +92,4 @@
,
template
:
'<div class="popover"><div class="arrow"></div><div class="popover-inner"><h3 class="popover-title"></h3><div class="popover-content"><p></p></div></div></div>'
})
}(
window
.
jQuery
)
}(
window
.
jQuery
)
;
\ No newline at end of file
assets/js/bootstrap-scrollspy.js
View file @
08fb8386
...
...
@@ -122,4 +122,4 @@
})
})
}(
window
.
jQuery
)
}(
window
.
jQuery
)
;
\ No newline at end of file
assets/js/bootstrap-tab.js
View file @
08fb8386
...
...
@@ -127,4 +127,4 @@
})
})
}(
window
.
jQuery
)
}(
window
.
jQuery
)
;
\ No newline at end of file
assets/js/bootstrap-tooltip.js
View file @
08fb8386
...
...
@@ -267,4 +267,4 @@
,
template
:
'<div class="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>'
}
}(
window
.
jQuery
)
}(
window
.
jQuery
)
;
\ No newline at end of file
assets/js/bootstrap-transition.js
View file @
08fb8386
...
...
@@ -47,5 +47,5 @@
})()
})
}(
window
.
jQuery
)
}(
window
.
jQuery
)
;
\ No newline at end of file
assets/js/bootstrap-typeahead.js
View file @
08fb8386
...
...
@@ -268,4 +268,4 @@
})
})
}(
window
.
jQuery
)
}(
window
.
jQuery
)
;
\ No newline at end of file
lib/bootstrap/js/bootstrap-alert.js
View file @
08fb8386
...
...
@@ -88,4 +88,4 @@
$
(
'body'
).
on
(
'click.alert.data-api'
,
dismiss
,
Alert
.
prototype
.
close
)
})
}(
window
.
jQuery
)
}(
window
.
jQuery
)
;
\ No newline at end of file
lib/bootstrap/js/bootstrap-button.js
View file @
08fb8386
...
...
@@ -95,4 +95,4 @@
})
})
}(
window
.
jQuery
)
}(
window
.
jQuery
)
;
\ No newline at end of file
lib/bootstrap/js/bootstrap-carousel.js
View file @
08fb8386
...
...
@@ -151,4 +151,4 @@
})
})
}(
window
.
jQuery
)
}(
window
.
jQuery
)
;
\ No newline at end of file
lib/bootstrap/js/bootstrap-collapse.js
View file @
08fb8386
...
...
@@ -133,4 +133,4 @@
})
})
}(
window
.
jQuery
)
}(
window
.
jQuery
)
;
\ No newline at end of file
lib/bootstrap/js/bootstrap-dropdown.js
View file @
08fb8386
...
...
@@ -89,4 +89,4 @@
$
(
'body'
).
on
(
'click.dropdown.data-api'
,
toggle
,
Dropdown
.
prototype
.
toggle
)
})
}(
window
.
jQuery
)
}(
window
.
jQuery
)
;
\ No newline at end of file
lib/bootstrap/js/bootstrap-modal.js
View file @
08fb8386
...
...
@@ -207,4 +207,4 @@
})
})
}(
window
.
jQuery
)
}(
window
.
jQuery
)
;
\ No newline at end of file
lib/bootstrap/js/bootstrap-popover.js
View file @
08fb8386
...
...
@@ -92,4 +92,4 @@
,
template
:
'<div class="popover"><div class="arrow"></div><div class="popover-inner"><h3 class="popover-title"></h3><div class="popover-content"><p></p></div></div></div>'
})
}(
window
.
jQuery
)
}(
window
.
jQuery
)
;
\ No newline at end of file
lib/bootstrap/js/bootstrap-scrollspy.js
View file @
08fb8386
...
...
@@ -122,4 +122,4 @@
})
})
}(
window
.
jQuery
)
}(
window
.
jQuery
)
;
\ No newline at end of file
lib/bootstrap/js/bootstrap-tab.js
View file @
08fb8386
...
...
@@ -127,4 +127,4 @@
})
})
}(
window
.
jQuery
)
}(
window
.
jQuery
)
;
\ No newline at end of file
lib/bootstrap/js/bootstrap-tooltip.js
View file @
08fb8386
...
...
@@ -267,4 +267,4 @@
,
template
:
'<div class="tooltip"><div class="tooltip-arrow"></div><div class="tooltip-inner"></div></div>'
}
}(
window
.
jQuery
)
}(
window
.
jQuery
)
;
\ No newline at end of file
lib/bootstrap/js/bootstrap-transition.js
View file @
08fb8386
...
...
@@ -47,5 +47,5 @@
})()
})
}(
window
.
jQuery
)
}(
window
.
jQuery
)
;
\ No newline at end of file
lib/bootstrap/js/bootstrap-typeahead.js
View file @
08fb8386
...
...
@@ -268,4 +268,4 @@
})
})
}(
window
.
jQuery
)
}(
window
.
jQuery
)
;
\ No newline at end of file
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