Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
1e9c2fb9
Commit
1e9c2fb9
authored
13 years ago
by
Jacob Thornton
Browse files
Options
Download
Email Patches
Plain Diff
getting closer....
parent
12484a74
4 merge requests
!1475
2.0 wip
,
!1403
warningText and warningBackground docs fix
,
!1351
2.0 wip - relative font sizes
,
!1315
[2.0-wip] Fix mustache glob when building
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/assets/js/application.js
+6
-5
docs/assets/js/application.js
with
6 additions
and
5 deletions
+6
-5
docs/assets/js/application.js
+
6
-
5
View file @
1e9c2fb9
...
@@ -151,12 +151,13 @@ $(function () {
...
@@ -151,12 +151,13 @@ $(function () {
.
attr
(
'
target
'
,
name
)
.
attr
(
'
target
'
,
name
)
$
.
each
(
opts
.
params
,
function
(
k
,
v
)
{
$
.
each
(
opts
.
params
,
function
(
k
,
v
)
{
$
(
'
<input>
'
)
$
(
'
<input>
'
)
.
attr
(
'
type
'
,
'
hidden
'
)
.
attr
(
'
type
'
,
'
hidden
'
)
.
attr
(
'
name
'
,
k
)
.
attr
(
'
name
'
,
k
)
.
attr
(
'
value
'
,
v
)
.
attr
(
'
value
'
,
typeof
v
==
'
string
'
?
v
:
JSON
.
stringify
(
v
)
)
.
appendTo
(
form
)
.
appendTo
(
form
)
})
;
})
form
.
appendTo
(
'
body
'
).
submit
()
form
.
appendTo
(
'
body
'
).
submit
()
}
}
...
@@ -195,13 +196,13 @@ $(function () {
...
@@ -195,13 +196,13 @@ $(function () {
$
(
"
#variables.download input
"
)
$
(
"
#variables.download input
"
)
.
each
(
function
()
{
.
each
(
function
()
{
return
$
(
this
).
val
()
return
vars
[
$
(
this
).
prev
().
text
()
]
=
$
(
this
).
val
()
})
})
// , url: "http://bootstrap.herokuapp.com"
$
.
ajax
({
$
.
ajax
({
type
:
'
POST
'
type
:
'
POST
'
,
url
:
'
localhost:3000
'
,
url
:
'
http://localhost:3000
'
// , url: "http://bootstrap.herokuapp.com"
,
dataType
:
'
jsonpi
'
,
dataType
:
'
jsonpi
'
,
params
:
{
,
params
:
{
branch
:
'
2.0-wip
'
branch
:
'
2.0-wip
'
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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
Menu
Explore
Projects
Groups
Snippets