mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
docs: add comments for pjax-api script
This commit is contained in:
parent
ed1422cdbe
commit
82f09a4f48
1 changed files with 4 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
/**
|
||||
* This script rewrites code of pjax-api to resolve few issues on FireFox.
|
||||
* This is a bit dirty but really effective.
|
||||
*/
|
||||
const fs = require('fs').promises
|
||||
const path = require('path')
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue