This repository was archived by the owner on Apr 22, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +2
-9
lines changed
Expand file tree Collapse file tree 3 files changed +2
-9
lines changed Original file line number Diff line number Diff line change 6666 < script src ="lib/jquery/jquery-1.9.1.js "> </ script >
6767 < script src ="lib/jquery/jquery-ui-1.10.1.custom.min.js "> </ script >
6868
69- <!-- <script src="lib/ace/ace.js" charset="utf-8"></script>
70- <script src="https://apis.google.com/js/api.js"></script>
71- <script src="https://www.google.com/jsapi"></script> -->
72- <!-- <script src="https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false"></script> -->
7369 < script src ="lib/bootstrap/bootstrap.js "> </ script >
7470 < script src ="lib/angularjs/angular.js "> </ script >
7571 < script src ="lib/angularjs/angular-route.js ">
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ app.directive('regexValidate', function() {
118118 expressions [ 'url' ] = / ^ ( h t t p s ? : \/ \/ ) ? ( [ \d a - z \. - ] + ) \. ( [ a - z \. ] { 2 , 6 } ) ( [ \/ \w \. - ] * ) * \/ ? $ / ;
119119 expressions [ 'uri' ] = / ^ ( h t t p s ? : \/ \/ ) ? ( [ \d a - z \. - ] + ) \. ( [ a - z \. ] { 2 , 6 } ) ( [ \/ \w \. - ] * ) * \/ ? $ / ;
120120 expressions [ 'identifier' ] = / ^ [ a - z A - Z 0 - 9 _ ] * $ / ;
121- expressions [ 'sparqlEndpoint' ] = / ^ h t t p s ? : \/ \/ [ ^ \/ ] + \/ s p a r q l \/ ? $ / ;
121+ expressions [ 'sparqlEndpoint' ] = / ^ h t t p s ? : \/ \/ . + \/ s p a r q l \/ ? $ / ; // /^https?:\/\/ [^\/]+\/sparql\/?$/
122122 return {
123123 restrict : 'A' ,
124124 require : 'ngModel' ,
Original file line number Diff line number Diff line change 5353 < script src ="lib/jquery/jquery-1.9.1.js "> </ script >
5454 < script src ="lib/jquery/jquery-ui-1.10.1.custom.min.js "> </ script >
5555
56- <!-- <script src="lib/ace/ace.js" charset="utf-8"></script>
57- <script src="https://apis.google.com/js/api.js"></script>
58- <script src="https://www.google.com/jsapi"></script> -->
59- < script src ="https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false "> </ script >
56+ <!-- <script src="lib/ace/ace.js" charset="utf-8"></script> -->
6057 < script src ="lib/bootstrap/bootstrap.js "> </ script >
6158 < script src ="lib/angularjs/angular.js "> </ script >
6259 < script src ="lib/angularjs/angular-route.js ">
You can’t perform that action at this time.
0 commit comments