fixe @koala-prepend on materio_flag.js

This commit is contained in:
Bachir Soussi Chiadmi 2013-12-07 11:48:53 +01:00
parent 85be86a9e4
commit 983f51e711
2 changed files with 372 additions and 10 deletions

View File

@ -1,5 +1,5 @@
// @codekit-prepend "gui.js"
// @koala-prepend "gui.js"
// @koala-prepend "gui_ck_fw/gui.js"
(function($) {
@ -161,12 +161,10 @@ MaterioFlag = function(){
.bind('click', onUnflagList)
.addClass('ajax-processed');
}
$('a.flag-lists-create:not(.ajax-processed)', container)
.bind('click', onClickCreatLink)
.addClass('ajax-processed');
};
/**
@ -702,8 +700,6 @@ MaterioFlag = function(){
init();
};
$(document).ready(function() {

376
js/materio_flag.min.js vendored Normal file → Executable file

File diff suppressed because one or more lines are too long