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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user