Remove old ui.sortable while I work on the new one

This commit is contained in:
perploug
2013-09-04 15:40:31 +02:00
parent b97b4eaa89
commit 00534251ea

View File

@@ -7,7 +7,6 @@ var app = angular.module('umbraco', [
'ngCookies',
'ngMobile',
'ui.sortable',
'blueimp.fileupload'
]);