mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-06-18 02:59:27 +00:00
fix typo in comment
This commit is contained in:
parent
b99795da12
commit
164bec246b
|
@ -49,7 +49,7 @@ class SeedDMS_Bootstrap_Style extends SeedDMS_View_Common {
|
||||||
if(1 || method_exists($this, 'js')) {
|
if(1 || method_exists($this, 'js')) {
|
||||||
/* We still need unsafe-eval, because printDocumentChooserHtml and
|
/* We still need unsafe-eval, because printDocumentChooserHtml and
|
||||||
* printFolderChooserHtml will include a javascript file with ajax
|
* printFolderChooserHtml will include a javascript file with ajax
|
||||||
* which is evaled by jquery
|
* which is evaluated by jquery
|
||||||
* X-WebKit-CSP is deprecated, Chrome understands Content-Security-Policy
|
* X-WebKit-CSP is deprecated, Chrome understands Content-Security-Policy
|
||||||
* since version 25+
|
* since version 25+
|
||||||
* X-Content-Security-Policy is deprecated, Firefox understands
|
* X-Content-Security-Policy is deprecated, Firefox understands
|
||||||
|
|
Loading…
Reference in New Issue
Block a user