"MDL-18486, remove php varible from file picker code, all javascript code goes into a static file"
This commit is contained in:
+2
-2
@@ -28,8 +28,8 @@ setTimeout('fix_column_widths()', 20);
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
//<![CDATA[
|
||||
var id2suffix = {};
|
||||
var id2itemid = {};
|
||||
var id2clientid = {};
|
||||
var id2itemid = {};
|
||||
<?php
|
||||
if (!empty($focus)) {
|
||||
if(($pos = strpos($focus, '.')) !== false) {
|
||||
|
||||
Reference in New Issue
Block a user