mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2026-04-26 16:15:54 +03:00
[GH-ISSUE #41] Theme should not hard code the urls to the fonts to http #20
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
pull-request
question
question
upstream
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nsedit#20
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @darix on GitHub (Apr 8, 2015).
Original GitHub issue: https://github.com/tuxis-ie/nsedit/issues/41
Some browsers refuse to load http resources when the site is using https.
using "//hostname/path" makes sure the browser keeps using http or https for fetching resources depending on the current protocol.
fix:
@fastcat commented on GitHub (Jul 29, 2015):
Why not just always use HTTPS?
@tuxis-ie commented on GitHub (Jul 30, 2015):
Closing as duplicate for #26
@HLFH commented on GitHub (Jan 27, 2016):
Related to
jtable. Fixed. https://github.com/hikalkan/jtable/pull/1888@tuxis-ie commented on GitHub (Mar 21, 2016):
You can 'fix' this by doing in the root of nsedit checkout:
This will update you local jtable instance to the lastest version which includes https://github.com/hikalkan/jtable/pull/1888
I'll fix the version that nsedit ships in the submodule way (Just after I found out how to do that ;))