Skip to content

Commit

Permalink
publish: Merge pull request #95 from kevinsproles/master
Browse files Browse the repository at this point in the history
generated from commit 4f830ad
  • Loading branch information
deploy.sh committed Aug 15, 2014
1 parent c3012c6 commit c81d33d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion settings/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ angular.module('app', ['ui.bootstrap','ui.tinymce'])
,autoresize_min_height: 50
,autoresize_max_height: 1000
,skin_url: 'tinymce-skin'
,content_css: '/styles/bcdd55ed.main.css' //and this right here folks is why we can't use textAngular
,content_css: '/themes/' + queryString.themeName + '/versions/' + queryString.themeVersion + '/styles/bcdd55ed.main.css' //and this right here folks is why we can't use textAngular
};

//handle save button
Expand Down
2 changes: 1 addition & 1 deletion settings/themeInfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"version": "0.0.11",
"source": "https://github.com/volusion-angular-themes/method/archive/v0.0.11.zip",
"matchingLegacyTemplateId": 240,
"matchingLegacyTemplateId": "method",
"mobileCheckoutCssOverrides": "",
"features": {
"responsive": true,
Expand Down

0 comments on commit c81d33d

Please sign in to comment.