mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-03 15:24:19 +01:00
use correct arg name
This commit is contained in:
parent
9828aa5b4d
commit
06c3d87973
@ -34,8 +34,8 @@ window.onload = function () { // wait for load in a dumb way because B-0
|
|||||||
dataType: 'json',
|
dataType: 'json',
|
||||||
data: JSON.stringify(data)
|
data: JSON.stringify(data)
|
||||||
})
|
})
|
||||||
.success(function(err) {
|
.success(function(result) {
|
||||||
history.replaceState(false, document.title, window.location.origin + window.location.pathname + '?id=' + e.id)
|
history.replaceState(false, document.title, window.location.origin + window.location.pathname + '?id=' + result.id)
|
||||||
})
|
})
|
||||||
.error(function(err) {
|
.error(function(err) {
|
||||||
showError('<strong>Error</strong> Could not save gist file, configuration not saved.', err)
|
showError('<strong>Error</strong> Could not save gist file, configuration not saved.', err)
|
||||||
|
Loading…
Reference in New Issue
Block a user