Viewing 1 replies (of 1 total)
  • Plugin Author Eric

    (@k2eric)

    The // is a typo, and in this case is relatively benign as the duplicate slash is ignored by browsers.

    You should be able to change this line from:

    return $tubepress_base_url . '/' . $player->getRelativePlayerJsUrl();

    to

    return $tubepress_base_url . $player->getRelativePlayerJsUrl();

    Give that a try and let us know? If it works for you as well I’ll include the fix in the next release of TubePress. Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Double // in path to normal.js’ is closed to new replies.