File tree Expand file tree Collapse file tree 4 files changed +52
-52
lines changed
Expand file tree Collapse file tree 4 files changed +52
-52
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ var FilterableExcludedFiles = React.createClass({
7878 getInitialState : function ( ) {
7979 var _this = this ;
8080 $ . ajax ( {
81- url : '/ api/v1/repos' ,
81+ url : 'api/v1/repos' ,
8282 dataType : 'json' ,
8383 success : function ( data ) {
8484 _this . setState ( { repos : data } ) ;
@@ -103,7 +103,7 @@ var FilterableExcludedFiles = React.createClass({
103103 repo : this . state . repos [ repo ] ,
104104 } ) ;
105105 $ . ajax ( {
106- url : '/ api/v1/excludes' ,
106+ url : 'api/v1/excludes' ,
107107 data : { repo : repo } ,
108108 type : 'GET' ,
109109 dataType : 'json' ,
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ var Model = {
139139 }
140140
141141 $ . ajax ( {
142- url : '/ api/v1/repos' ,
142+ url : 'api/v1/repos' ,
143143 dataType : 'json' ,
144144 success : function ( data ) {
145145 _this . repos = data ;
@@ -181,7 +181,7 @@ var Model = {
181181 }
182182
183183 $ . ajax ( {
184- url : '/ api/v1/search' ,
184+ url : 'api/v1/search' ,
185185 data : params ,
186186 type : 'GET' ,
187187 dataType : 'json' ,
@@ -249,7 +249,7 @@ var Model = {
249249 } ) ;
250250
251251 $ . ajax ( {
252- url : '/ api/v1/search' ,
252+ url : 'api/v1/search' ,
253253 data : params ,
254254 type : 'GET' ,
255255 dataType : 'json' ,
@@ -453,7 +453,7 @@ var SearchBar = React.createClass({
453453 statsView = (
454454 < div className = "stats" >
455455 < div className = "stats-left" >
456- < a href = "/ excluded_files.html"
456+ < a href = "excluded_files.html"
457457 className = "link-gray" >
458458 Excluded Files
459459 </ a >
You can’t perform that action at this time.
0 commit comments