Skip to content
This repository has been archived by the owner on Mar 20, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
…S-4195

    CSS fails to load on ajax navigation
which caused test case failed
  • Loading branch information
xinyuan-zhang committed Jun 15, 2017
1 parent 0df96d1 commit f55bb27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jsf-api/src/main/resources/jsf.js
Original file line number Diff line number Diff line change
@@ -1386,7 +1386,6 @@ if (!((jsf && jsf.specversion && jsf.specversion >= 20000 ) &&
if (bodyStart !== null) { // replace body tag
// First, try with XML manipulation
try {
stripAndRunStylesheets(src);
// Get scripts from text
scripts = stripScripts(src);
// Remove scripts from text

0 comments on commit f55bb27

Please sign in to comment.