Jonas Kress (WMDE) has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/368613 )

Change subject: Fix includes for examples
......................................................................

Fix includes for examples

Change-Id: Ib49d12b55ee6ec18ff22ff0d930b3bdc1b7ee8e6
---
M examples/dialog.html
M examples/editor.html
M examples/result.html
3 files changed, 5 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/wikidata/query/gui 
refs/changes/13/368613/1

diff --git a/examples/dialog.html b/examples/dialog.html
index 5a10be9..22f76a4 100644
--- a/examples/dialog.html
+++ b/examples/dialog.html
@@ -21,6 +21,7 @@
 
        <!-- JS files -->
        <script src="../wikibase/queryService/api/QuerySamples.js"></script>
+       <script src="../wikibase/queryService/api/Wikibase.js"></script>
        <script src="../wikibase/queryService/api/Tracking.js"></script>
        <script 
src="../wikibase/queryService/ui/QueryExampleDialog.js"></script>
        
diff --git a/examples/editor.html b/examples/editor.html
index 623ddd7..0dfd902 100644
--- a/examples/editor.html
+++ b/examples/editor.html
@@ -8,6 +8,7 @@
        <link rel="stylesheet" 
href="../node_modules/bootstrap/dist/css/bootstrap.css">
        <link rel="stylesheet" 
href="../node_modules/codemirror/lib/codemirror.css">
        <link rel="stylesheet" 
href="../node_modules/codemirror/addon/hint/show-hint.css">
+       <link rel="stylesheet" 
href="../node_modules/codemirror/addon/display/fullscreen.css">
        <link rel="stylesheet" href="../style.css">
 </head>
 <body>
@@ -18,6 +19,7 @@
        <script src="../node_modules/codemirror/mode/sparql/sparql.js"></script>
        <script 
src="../node_modules/codemirror/addon/hint/show-hint.js"></script>
        <script 
src="../node_modules/codemirror/addon/display/placeholder.js"></script>
+       <script 
src="../node_modules/codemirror/addon/display/fullscreen.js"></script>
 
        <!-- JS files -->
        <script 
src="../wikibase/queryService/ui/editor/hint/Sparql.js"></script>
diff --git a/examples/result.html b/examples/result.html
index 9c7b124..f9a9472 100644
--- a/examples/result.html
+++ b/examples/result.html
@@ -32,6 +32,8 @@
        <script 
src="../node_modules/leaflet-fullscreen/dist/Leaflet.fullscreen.js"></script>
        <script 
src="../node_modules/leaflet-zoombox/L.Control.ZoomBox.js"></script>
        <script 
src="../node_modules/moment/min/moment-with-locales.js"></script>
+       <script 
src="../node_modules/moment/min/moment-with-locales.js"></script>
+       <script src="../node_modules/wellknown/wellknown.js"></script>
        <script src="../node_modules/d3/d3.js"></script>
 
        <!-- JS files -->       

-- 
To view, visit https://gerrit.wikimedia.org/r/368613
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib49d12b55ee6ec18ff22ff0d930b3bdc1b7ee8e6
Gerrit-PatchSet: 1
Gerrit-Project: wikidata/query/gui
Gerrit-Branch: master
Gerrit-Owner: Jonas Kress (WMDE) <jonas.kr...@wikimedia.de>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to