Replace /** with /* for non PHPDoc in the logout script

refs #8626
This commit is contained in:
Eric Lippmann 2015-03-11 14:51:59 +01:00
parent ba0154ab79
commit 815dc8a5fa
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
</div> </div>
</div> </div>
<script type="text/javascript"> <script type="text/javascript">
/** /*
* When JavaScript is available, trigger an XmlHTTPRequest with the non-existing user 'logout' and abort it * When JavaScript is available, trigger an XmlHTTPRequest with the non-existing user 'logout' and abort it
* before it is able to finish. This will cause the browser to show a new authentication prompt in the next * before it is able to finish. This will cause the browser to show a new authentication prompt in the next
* request. * request.