Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OERu
wenotes-aggregator
Commits
e874605e
Commit
e874605e
authored
Aug 09, 2022
by
Dave Lane
Browse files
update Client and min versions of the js file
parent
4da75769
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
WEnotes-min.js
View file @
e874605e
This diff is collapsed.
Click to expand it.
WEnotesClient.js
View file @
e874605e
...
...
@@ -3279,9 +3279,9 @@ var msg_counter = [];
//console.log('starting WEnotes...');
var
msie
=
msieVersion
();
$
(
'
head
'
).
append
(
'
<link href="https://
cdnjs.cloudflare.com/ajax/libs/font-awesome/3.1.0
/css/font-awesome.min.css" rel="stylesheet" />
'
);
$
(
'
head
'
).
append
(
'
<link href="https://
assets.oeru.org
/css/font-awesome.min.css" rel="stylesheet" />
'
);
if
(
msie
===
7
)
{
$
(
'
head
'
).
append
(
'
<link href="https://
cdnjs.cloudflare.com/ajax/libs/font-awesome/3.1.0
/css/font-awesome-ie7.min.css" rel="stylesheet" />
'
);
$
(
'
head
'
).
append
(
'
<link href="https://
assets.oeru.org
/css/font-awesome-ie7.min.css" rel="stylesheet" />
'
);
}
$
(
'
head
'
).
append
(
'
<link href="https://wikieducator.org/extensions/WEnotes/WEnotes.css" rel="stylesheet" />
'
);
// only create one Faye client per page
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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