mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-31 22:17:33 +00:00
fix syntax error
This commit is contained in:
parent
f2c239f67c
commit
2fa5946bc5
|
@ -70,7 +70,6 @@ $(document).ready(function() {
|
||||||
<?php
|
<?php
|
||||||
} /* }}} */
|
} /* }}} */
|
||||||
|
|
||||||
?>
|
|
||||||
function __takeOverButton($name, $users) { /* {{{ */
|
function __takeOverButton($name, $users) { /* {{{ */
|
||||||
?>
|
?>
|
||||||
<span id="<?php echo $name; ?>_btn" style="cursor: pointer;" title="<?php printMLText("takeOver".$name); ?>"><i class="icon-arrow-left"></i></span>
|
<span id="<?php echo $name; ?>_btn" style="cursor: pointer;" title="<?php printMLText("takeOver".$name); ?>"><i class="icon-arrow-left"></i></span>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user