Remove unneeded quotes.
This commit is contained in:
parent
5e6d16ef4d
commit
9d027d2bee
6 changed files with 21 additions and 20 deletions
|
|
@ -45,11 +45,11 @@ window.onload = function () { // wait for load in a dumb way because B-0
|
|||
|
||||
function createGist(configJson) {
|
||||
var data = {
|
||||
'description': 'Bootstrap Customizer Config',
|
||||
description: 'Bootstrap Customizer Config',
|
||||
'public': true,
|
||||
'files': {
|
||||
files: {
|
||||
'config.json': {
|
||||
'content': configJson
|
||||
content: configJson
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue