Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpenBoard
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lifo
Nicolas Ollinger
OpenBoard
Commits
c987dabb
Commit
c987dabb
authored
9 years ago
by
Craig Watson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed wikipedia widget
parent
e1674dc8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
index.html
resources/library/applications/Wikipedia.wgt/index.html
+3
-4
No files found.
resources/library/applications/Wikipedia.wgt/index.html
View file @
c987dabb
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html
xmlns=
"http://www.w3.org/1999/xhtml"
xmlns:v=
"urn:schemas-microsoft-com:vml"
>
<head>
...
...
@@ -15,7 +14,7 @@
<script
type=
"text/javascript"
>
var
popupFlag
=
false
var
popupFlag
=
false
;
var
browsing
=
false
;
var
lang
=
'en'
;
var
internalChange
=
false
;
...
...
@@ -195,7 +194,7 @@
toolbar
.
state
=
"started"
;
}
else
$
(
'#web-browser'
).
attr
(
'src'
,
"http://"
+
lang
+
".m
obile
.wikipedia.org/wiki/"
+
textBoxInput
);
$
(
'#web-browser'
).
attr
(
'src'
,
"http://"
+
lang
+
".m.wikipedia.org/wiki/"
+
textBoxInput
);
$
(
'#url'
).
val
(
kword
);
$
(
'#toolbar-button-search'
).
css
(
"background-image"
,
"url(images/toolbarLoading.jpg)"
);
toolbar
.
loading
=
true
;
...
...
@@ -370,4 +369,4 @@
<iframe
id=
"web-browser"
name=
"web-browser"
src=
""
onload=
"hideLoading()"
></iframe>
</div>
</body>
</html>
\ No newline at end of file
</html>
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment