Skip to content

Commit f94ba5a

Browse files
committed
fix server
1 parent b74edab commit f94ba5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/js/services.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ angular.module('bootstrapVariablesEditor.services', []).
209209
};
210210

211211
lessEngine.saveLessVar = function(data){
212-
var $form = $('<form>').attr('method', 'POST').attr('action', 'http://bootstrapmagic.pikock.com/').append(
212+
var $form = $('<form>').attr('method', 'POST').attr('action', 'http://bootstrapmagics-pikock.dotcloud.com/').append(
213213
$('<input>')
214214
.attr('type', 'hidden')
215215
.attr('name', 'data')

0 commit comments

Comments
 (0)