Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Replace get_my_feed hiding by CSS instead of JS
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Dec 21, 2013
1 parent d9bc16e commit a3b6280
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion core/src/plugins/access.ajxp_conf/manifest.xml
Expand Up @@ -61,14 +61,18 @@
</div>
</div>
</div>
<style>
#get_my_feed_button{
display:none !important;
}
</style>
</div>
<script>
document.observeOnce("ajaxplorer:context_changed", function(){
$A($("settings_pane").ajxpPaneObject.tree.childNodes).each(function(c){
c._webfxtree_expand();
$(c._loadingItem).remove();
})
window.setTimeout(function(){ $("get_my_feed_button").hide(); }, 10);
$("browser").ajxpPaneObject.resize();
});
</script>
Expand Down

0 comments on commit a3b6280

Please sign in to comment.