Jonas Kress (WMDE) has uploaded a new change for review.
https://gerrit.wikimedia.org/r/277222
Change subject: Removed unused code
......................................................................
Removed unused code
Change-Id: Ide6d7095c83a8a8757e7396a55cd33607883272b
---
M wikibase/queryService/ui/App.js
1 file changed, 1 insertion(+), 3 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/wikidata/query/gui
refs/changes/22/277222/1
diff --git a/wikibase/queryService/ui/App.js b/wikibase/queryService/ui/App.js
index c764ed9..b306d7a 100644
--- a/wikibase/queryService/ui/App.js
+++ b/wikibase/queryService/ui/App.js
@@ -6,8 +6,6 @@
wikibase.queryService.ui.App = ( function( $, mw ) {
"use strict";
- var SPARQL_SERVICE_URI = '/bigdata/namespace/wdq/sparql';
-
var SHORTURL = '//tinyurl.com/create.php?url=';
var SHORTURL_API = '//tinyurl.com/api-create.php?url=';
@@ -72,7 +70,7 @@
SELF.prototype._init = function() {
if( !this._sparqlApi ){
- this._sparqlApi = new wikibase.queryService.api.Sparql(
SPARQL_SERVICE_URI );
+ this._sparqlApi = new
wikibase.queryService.api.Sparql();
}
if( !this._querySamplesApi ){
--
To view, visit https://gerrit.wikimedia.org/r/277222
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ide6d7095c83a8a8757e7396a55cd33607883272b
Gerrit-PatchSet: 1
Gerrit-Project: wikidata/query/gui
Gerrit-Branch: master
Gerrit-Owner: Jonas Kress (WMDE) <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits