mirror of
https://github.com/correl/melpa.git
synced 2025-03-07 04:45:08 -10:00
Don't empty the "MELPA" archive name placeholders too soon
This commit is contained in:
parent
909a2d78f4
commit
49a0ae6d93
1 changed files with 3 additions and 4 deletions
|
@ -369,14 +369,13 @@
|
|||
return m("span", ctrl.archiveName());
|
||||
};
|
||||
|
||||
jQuery(function($) {
|
||||
jQuery(window).load(function() {
|
||||
document.title = (new melpa.archivename.controller()).archiveName();
|
||||
$(".archive-name").each(function(i, e) {
|
||||
$(e).empty();
|
||||
jQuery(".archive-name").empty().each(function(i, e) {
|
||||
m.module(e, melpa.archivename);
|
||||
});
|
||||
if (melpa.stable()) {
|
||||
$("html").addClass("stable");
|
||||
jQuery("html").addClass("stable");
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue