1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-10 12:34:49 +02:00

e107 News Panel now working from Twitter feed.

This commit is contained in:
Cameron
2012-12-04 00:14:43 -08:00
parent 5922832b6d
commit 1c9e44a0e8
6 changed files with 625 additions and 276 deletions

View File

@@ -1,11 +1,12 @@
// handle secured json string - the Prototype implementation
$.ajaxSetup({
//FIXME this breaks the twitter feed in admin.
/*xSetup({
dataFilter: function(data, type) {
if(type != 'json') return data;
return data.replace(/^\/\*-secure-([\s\S]*)\*\/\s*$/, '$1');
}
});
*/
$(document).ready(function()
{
$(".e-hideme").hide();