File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -763,7 +763,7 @@ App.UsersController = Ember.ObjectController.extend({
763
763
actions : {
764
764
//Submit the modal
765
765
submit : function ( ) {
766
- $ . post ( "/txtapi/lua?create_user.lua%20" + $ ( "#user_id" ) . val ( ) , {
766
+ $ . post ( "/txtapi/lua?portal/ create_user.lua%20" + $ ( "#user_id" ) . val ( ) , {
767
767
data : "user_id=xxxx" ,
768
768
success : function ( ) { } ,
769
769
error : function ( e ) { }
@@ -853,7 +853,7 @@ App.SofiaStatusController = Ember.ObjectController.extend({
853
853
submit : function ( ) {
854
854
// alert("Not implemented");
855
855
// return false;
856
- url = "/txtapi/lua?create_gateway.lua%20" +
856
+ url = "/txtapi/lua?portal/ create_gateway.lua%20" +
857
857
$ ( "#gateway_name" ) . val ( ) + "%20" +
858
858
$ ( "#gateway_realm" ) . val ( ) + "%20" +
859
859
$ ( "#gateway_username" ) . val ( ) + "%20" +
You can’t perform that action at this time.
0 commit comments