Skip to content

Commit 4b28b14

Browse files
author
phuong
committed
updated download url path
1 parent 4f5fb01 commit 4b28b14

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/js/services.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ angular.module('bootstrapVariablesEditor.services', []).
180180
};
181181

182182
lessEngine.saveLessVar = function(data){
183-
var $form = $('<form>').attr('method', 'POST').attr('action', 'http://bootstrapmagic-pikock.dotcloud.com/').append(
183+
var $form = $('<form>').attr('method', 'POST').attr('action', 'http://bootstrapmagic.pikock.com/').append(
184184
$('<input>')
185185
.attr('type', 'hidden')
186186
.attr('name', 'data')
@@ -211,7 +211,7 @@ angular.module('bootstrapVariablesEditor.services', []).
211211
if (err) { return console.error(err) }
212212
var type = ($scope.minified) ? 'mincss' : 'css';
213213
var css = tree.toCSS({ compress: $scope.minified });
214-
var $form = $('<form>').attr('method', 'POST').attr('action', 'http://bootstrapmagic-pikock.dotcloud.com/').
214+
var $form = $('<form>').attr('method', 'POST').attr('action', 'http://bootstrapmagic.pikock.com/').
215215
append(
216216
$('<input>')
217217
.attr('type', 'hidden')

0 commit comments

Comments
 (0)