[ https://issues.apache.org/jira/browse/ADFFACES-401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Matthias Weßendorf resolved ADFFACES-401. ----------------------------------------- Resolution: Fixed Assignee: Matthias Weßendorf added semicolon > Missing semicolon in Core.js > ---------------------------- > > Key: ADFFACES-401 > URL: https://issues.apache.org/jira/browse/ADFFACES-401 > Project: MyFaces ADF-Faces > Issue Type: Bug > Components: Components > Reporter: Leszek Kowalski > Assigned To: Matthias Weßendorf > > Index: trinidad-impl/src/main/javascript/META-INF/adf/jsLibs/Core.js > =================================================================== > --- trinidad-impl/src/main/javascript/META-INF/adf/jsLibs/Core.js (wersja > 516030) > +++ trinidad-impl/src/main/javascript/META-INF/adf/jsLibs/Core.js (kopia > robocza) > @@ -264,7 +264,7 @@ > } > else if (agentString.indexOf("opera") != -1) > { > - isOpera = true > + isOpera = true; > kind = "opera"; > } > else if ((agentString.indexOf("applewebkit") != -1) || -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.