File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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' )
You can’t perform that action at this time.
0 commit comments