]> CyberLeo.Net >> Repos - Github/YOURLS.git/commit
Remove an ineffective line of code
authorBestNa.me Labs <info@bestna.me>
Wed, 23 Mar 2016 19:59:18 +0000 (20:59 +0100)
committerBestNa.me Labs <info@bestna.me>
Wed, 23 Mar 2016 19:59:18 +0000 (20:59 +0100)
commitc86e97aeaad276028013728cf7a3dbd2f7a0fa73
tree6a6cc208ce6d3cfead3a7138e9727c34815898de
parent42e90e898692ce34ef1dd22a0d51dd074af16adb
Remove an ineffective line of code

Removes an ineffective line of code in `edit_link_save()` with an undefined variable `data.url.date` (this is because `data.url.date` is not set in the function invoked via ajax, i.e. in `yourls_edit_link()` in functions.php).
js/insert.js