This commit is contained in:
Barış Soner Uşaklı
2018-04-03 15:22:20 -04:00
parent 244eb4df2e
commit 11b15872d6

View File

@@ -57,8 +57,7 @@ define('postSelect', ['components'], function (components) {
function enableClicksOnPosts() {
components.get('post').off('click', 'button,a', disableClicks);
};
}
return PostSelect;
});