feat: History page - List previous commits
This commit is contained in:
11
client/js/pages/history.js
Normal file
11
client/js/pages/history.js
Normal file
@@ -0,0 +1,11 @@
|
||||
'use strict'
|
||||
|
||||
import $ from 'jquery'
|
||||
|
||||
module.exports = (alerts) => {
|
||||
if ($('#page-type-history').length) {
|
||||
let currentBasePath = ($('#page-type-history').data('entrypath') !== 'home') ? $('#page-type-history').data('entrypath') : ''
|
||||
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user