mirror of https://gitlab.com/curben/blog
style: standardjs lint
This commit is contained in:
parent
7ebcc03977
commit
cab3baeaf8
|
@ -1,6 +1,6 @@
|
||||||
// Search button function
|
// Search button function
|
||||||
const searchClick = document.getElementById('searchClick')
|
const searchClick = document.getElementById('searchClick')
|
||||||
searchClick.onclick = function() {
|
searchClick.onclick = function () {
|
||||||
window.open('https://gitlab.com/search?utf8=%E2%9C%93&search=' +
|
window.open('https://gitlab.com/search?utf8=%E2%9C%93&search=' +
|
||||||
document.getElementById('searchTxt').value +
|
document.getElementById('searchTxt').value +
|
||||||
'&group_id=&project_id=8306723&search_code=true&repository_ref=master')
|
'&group_id=&project_id=8306723&search_code=true&repository_ref=master')
|
||||||
|
@ -38,4 +38,4 @@ document.addEventListener('DOMContentLoaded', () => {
|
||||||
// Initialize Cloudinary responsive function
|
// Initialize Cloudinary responsive function
|
||||||
const cl = cloudinary.Cloudinary.new({ cloud_name: 'curben' })
|
const cl = cloudinary.Cloudinary.new({ cloud_name: 'curben' })
|
||||||
cl.responsive()
|
cl.responsive()
|
||||||
}, false);
|
}, false)
|
||||||
|
|
Loading…
Reference in New Issue