Removes jquery.layout files, apparently they aren't use anywhere.

This commit is contained in:
Hyzual 2014-11-11 09:01:51 +01:00
parent def9a6a963
commit 1fecae2f09
3 changed files with 0 additions and 358 deletions

View file

@ -246,12 +246,6 @@
helper: fixHelper
});
*/
/* JQuery Layout Plugin - I don't think this is used anywhere
function resizePageLayout() {
var pageLayout = $("body").data("layout");
if (pageLayout) pageLayout.resizeAll();
};
*/
// Global Functions
window.onbeforeunload = function () {