SSL, Google Chart updates, lnAPP improvements
This commit is contained in:
@@ -64,7 +64,6 @@ $(function () {
|
||||
id = data.rslt.obj.attr(\'id\').substr(a+1);
|
||||
|
||||
if (href = $("#N_"+id).attr("href")) {
|
||||
|
||||
if (! use_ajax) {
|
||||
window.location = href;
|
||||
return;
|
||||
|
@@ -40,6 +40,9 @@ abstract class lnApp_Script extends HTMLRender {
|
||||
case 'file':
|
||||
$foutput .= HTML::script($mediapath->uri(array('file'=>$value['data'])));
|
||||
break;
|
||||
case 'src':
|
||||
$foutput .= HTML::script($value['data']);
|
||||
break;
|
||||
case 'stdin':
|
||||
$soutput .= sprintf("<script type=\"text/javascript\">//<![CDATA[\n%s\n//]]></script>",$value['data']);
|
||||
break;
|
||||
|
Reference in New Issue
Block a user