Removing unneccessary extra code related to partial rendering from loadtaglist.js, closing #40
This commit is contained in:
commit
5193f574ed
@ -1,8 +1,4 @@
|
||||
$(() => {
|
||||
var obj = {};
|
||||
if (typeof tagPartial !== 'string') obj = { '@tags': '#taglist' }
|
||||
else obj[tagPartial] = '#taglist'
|
||||
|
||||
$.request('TagList::onAjaxDataRequested', {
|
||||
complete: (data) => { $(window).trigger('tagsLoaded', data) }
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user