Changeset 33 for trunk/index.php
- Timestamp:
- Dec 30, 2018, 8:32:21 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/index.php
r32 r33 185 185 var qp = jQuery.param( cf ); 186 186 $(\'#list_content\').html(\'\'); $(\'#list_loading\').show(); 187 $.get(\' \\seznamka?lvm=seznam&\'+qp,function(data){$(\'#list_loading\').hide();$(\'#list_content\').html(data);htip()})187 $.get(\''.$this->Link('/seznamka/').'?lvm=seznam&\'+qp,function(data){$(\'#list_loading\').hide();$(\'#list_content\').html(data);htip()}) 188 188 }'. 189 189 '</script>';
Note:
See TracChangeset
for help on using the changeset viewer.