parent
36f973fa1b
commit
28dcae05d1
|
@ -16,6 +16,7 @@
|
||||||
window.all_events = new Object();
|
window.all_events = new Object();
|
||||||
var myuid, mypid, newfriend = new Object();
|
var myuid, mypid, newfriend = new Object();
|
||||||
|
|
||||||
|
/* Add poor man's type ahead filtering */
|
||||||
$.extend($.expr[':'], {
|
$.extend($.expr[':'], {
|
||||||
'containsi': function(elem, i, match, array)
|
'containsi': function(elem, i, match, array)
|
||||||
{
|
{
|
||||||
|
@ -184,6 +185,9 @@
|
||||||
} catch(err) {
|
} catch(err) {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Initially display as list */
|
||||||
|
toggle_grid(true);
|
||||||
|
|
||||||
/* Fetch list of lectures to display */
|
/* Fetch list of lectures to display */
|
||||||
$.getJSON( halfnarpAPI, { locale: $('html').attr('lang') })
|
$.getJSON( halfnarpAPI, { locale: $('html').attr('lang') })
|
||||||
.done(function( data ) {
|
.done(function( data ) {
|
||||||
|
|
Loading…
Reference in New Issue