mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2025-02-11 17:49:03 +01:00
Links updates within categories #384
This commit is contained in:
parent
07fe8bf966
commit
7e72b1c254
7
js/js.js
7
js/js.js
@ -1,11 +1,8 @@
|
|||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
|
|
||||||
function appendLink(id) {
|
function appendLink(id) {
|
||||||
console.log(id)
|
$(id).next('div').find('.link').empty();
|
||||||
$(id).closest('div').find('.link').empty();
|
$(id).next('div').find('.link').append("<small>Link to this command: <a href='https://amiaopensource.github.io/ffmprovisr/index.html" + id + "'>https://amiaopensource.github.io/ffmprovisr/index.html" + id + "</a></small>");
|
||||||
$(id).closest('div').find('.link')
|
|
||||||
.append("<small>Link to this command: <a href='https://amiaopensource.github.io/ffmprovisr/index.html" + id + "'>https://amiaopensource.github.io/ffmprovisr/index.html" + id + "</a></small>");
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function moveToRecipe(id) {
|
function moveToRecipe(id) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user