fixe @koala-prepend on materio_flag.js
This commit is contained in:
parent
85be86a9e4
commit
983f51e711
@ -1,5 +1,5 @@
|
|||||||
// @codekit-prepend "gui.js"
|
// @codekit-prepend "gui.js"
|
||||||
// @koala-prepend "gui.js"
|
// @koala-prepend "gui_ck_fw/gui.js"
|
||||||
|
|
||||||
|
|
||||||
(function($) {
|
(function($) {
|
||||||
@ -161,12 +161,10 @@ MaterioFlag = function(){
|
|||||||
.bind('click', onUnflagList)
|
.bind('click', onUnflagList)
|
||||||
.addClass('ajax-processed');
|
.addClass('ajax-processed');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
$('a.flag-lists-create:not(.ajax-processed)', container)
|
$('a.flag-lists-create:not(.ajax-processed)', container)
|
||||||
.bind('click', onClickCreatLink)
|
.bind('click', onClickCreatLink)
|
||||||
.addClass('ajax-processed');
|
.addClass('ajax-processed');
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -702,8 +700,6 @@ MaterioFlag = function(){
|
|||||||
|
|
||||||
|
|
||||||
init();
|
init();
|
||||||
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
|
376
js/materio_flag.min.js
vendored
Normal file → Executable file
376
js/materio_flag.min.js
vendored
Normal file → Executable file
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user