kopia lustrzana https://github.com/wagtail/wagtail
removed js used for early testing
rodzic
13b787f73e
commit
b2c93b1346
|
@ -1,9 +0,0 @@
|
|||
(function($) {
|
||||
window.Chooser = function(definitionPrefix) {
|
||||
return function(elementPrefix) {
|
||||
$('#' + elementPrefix + '-button').click(function() {
|
||||
alert('hello, I am a chooser for ' + elementPrefix + ', which is of type ' + definitionPrefix);
|
||||
});
|
||||
};
|
||||
};
|
||||
})(jQuery);
|
Ładowanie…
Reference in New Issue