[Resolved] BUG FIX for upload/include/client/header.inc.php

    • April 28, 2023 at 7:59 am #16577
      R
      rglfsucu
      Participant

      The version in the file names being called just need to be changed on lines 58 and 59

      <script type=”text/javascript” src=”<?php echo ROOT_PATH; ?>js/jquery-3.5.1.min.js?ca95150″></script>
      <script type=”text/javascript” src=”<?php echo ROOT_PATH; ?>js/jquery-ui-1.13.1.custom.min.js?ca95150″></script>

      To

      <script type=”text/javascript” src=”<?php echo ROOT_PATH; ?>js/jquery-3.6.3.min.js?ca95150″></script>
      <script type=”text/javascript” src=”<?php echo ROOT_PATH; ?>js/jquery-ui-1.13.2.custom.min.js?ca95150″></script>

    • April 30, 2023 at 7:25 pm #16639
      R
      rglfsucu
      Participant

      Resolved with latest release.

You must be logged in to reply to this topic.