mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Allow stylesheets with ' characters in their filename
This commit is contained in:
committed by
Corey Johnson & Kevin Sawicki
parent
d3fa5b0f85
commit
5afe0a758c
@@ -159,7 +159,7 @@ window.deserializeConfigWindow = ->
|
||||
$(rootViewParentSelector).append(configView)
|
||||
|
||||
window.stylesheetElementForId = (id) ->
|
||||
$("head style[id='#{id}']")
|
||||
$("""head style[id="#{id}"]""")
|
||||
|
||||
window.resolveStylesheet = (path) ->
|
||||
if fsUtils.extension(path).length > 0
|
||||
|
||||
Reference in New Issue
Block a user