Skip to content
This repository has been archived by the owner on Jan 13, 2020. It is now read-only.

Decrease the load of server by using CDN #120

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Decrease the load of server by using CDN #120

wants to merge 1 commit into from

Commits on Dec 31, 2018

  1. Decrease the load of server by using CDN

    "jquery.min.js"" in line 45 replaced to "//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"
    "jquery.nanoscroller.min.js" in line 46 replaced to "//cdnjs.cloudflare.com/ajax/libs/jquery.nanoscroller/0.8.7/javascripts/jquery.nanoscroller.min.js"
    "nanoscroller.css" in line 47 replaced to "//cdnjs.cloudflare.com/ajax/libs/jquery.nanoscroller/0.8.7/css/nanoscroller.css"
    All above is to Decrease the load of server.
    Yukiho Kikuchi authored Dec 31, 2018
    Configuration menu
    Copy the full SHA
    bf339ea View commit details
    Browse the repository at this point in the history